• If the post with scheduled event is deleted the event remain.
    Maybe is useful unscheduled event on post_delete action.

    I add in my functions something like this:

    add_action(‘delete_post’, ‘_unscheduleExpiratorEvent’, 1, 1 );

  • The topic ‘Unschedule event on post delete’ is closed to new replies.