/WP-Discord-Notifications

A function that sends notifications to your Discord webhook whenever a WordPress post is saved with modified ACF fields.

Primary LanguagePHPGNU General Public License v3.0GPL-3.0

Notify Discord When WordPress Posts Get Changed

A function that sends notifications to your Discord webhook whenever a WordPress post is saved with modified ACF fields.

image

Instructions

Make sure you're using ACF, as this function is made to hook into the acf/save_post action and compares custom fields.

To implement, just copy the contents of the functions.php file into your active theme's functions.php file. It is advised to do this using a child theme.