Is there a way to get notified once a post has a scheduled publish time at some point in the future?
http://wordpress.org/extend/plugins/peters-collaboration-e-mails/
Is there a way to get notified once a post has a scheduled publish time at some point in the future?
http://wordpress.org/extend/plugins/peters-collaboration-e-mails/
I mean to say is it possible to have the editor notified when the contributor schedules their post? So that they have a limited time to review before the post goes live. Useful for posts where it is more important for timeliness than editing but where you ideally want some editing.
The plugin captures the "pending-to-future" transition, but you could use similar logic to capture the transition to "future" post status from any post status. You can check out the pce_pending() function in the plugin for examples.
This topic has been closed to new replies.