Notification email when posts are updated/changed
-
Hi,
I have more or less developed a function, based on:
add_action( 'save_post', 'send_notification_function' );
that emails to a determined recipient, when changes on a post are made (post status, post content, post meta, published, send to review, etc…).I want to add this as an extra event to the queue of your plugin, can you guide me in how to achieve this?
Thanks!
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
- The topic ‘Notification email when posts are updated/changed’ is closed to new replies.