• Resolved edgarclerigo

    (@edgarclerigo)


    Hi !

    I have been testing your plugin for a while, and I want to know if its possible, or if it is on yours roadmap to support the plugin to send the push notification when a schedule is posted.

    From my tests, I was only able to receive the notification if I create the post, and post it immediately.

    Thanks !

Viewing 1 replies (of 1 total)
  • Plugin Author Paulo Miranda

    (@dprogrammer)

    HI,

    the save_post event was called on a scheduled post, but the routine that checked if it was marked to send did not work. When testing whether the option on the screen was checked, the field value was changed to no. And the routine did not send, the field value was false.

    It includes a new action (add_action(‘future_to_publish’, array($this, ‘fcmdpplgpn_future_to_publish’), 10, 1); ) for scheduled posts and the routine started to work, since the field was with true value.

    I sent a new version.

    thanks for your contribution

Viewing 1 replies (of 1 total)
  • The topic ‘Notification on schedule’ is closed to new replies.