• Resolved yshimizu

    (@yshimizu)


    Hello.
    I have a question about setting up email notifications.

    I would like to send a notification to the editor of an article when a submitted revision is declined.
    I would like to know if there is a specific way to implement this.

    As background to my question:
    The site I am about to create has numerous editors and administrators.

    I need to make sure that the revisions I want fixed are not displayed in My Activity in the revision queue, so that other administrators will not be confused as to whether a revision is good for approval or awaiting modification.
    Therefore, we are considering a workflow in which the revisions we want to request for modification are declined and their status is unsent.

    However, I can’t find a setting to notify editors by email when a revision is declined.
    Therefore, the administrator needs to check the email address of the relevant editor and contact them. I would like to avoid this hassle somehow.

    Best regards.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Kevin Behrens

    (@kevinb)

    Hi @yshimizu

    We have not implemented a revision decline notification yet, but your request is noted. If you need to implement your own solution before we do, you can hook into this action:

    do_action(?‘revision_declined’,?$post_id,?$revision_id?);

    Thread Starter yshimizu

    (@yshimizu)

    Thanks for the reply, @kevinb
    I will try to implement this with action hooks.

    I am also looking forward to implementing the revision decline notification!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘I want to be notified that a revision has been declined.’ is closed to new replies.