• Resolved rainafarai

    (@rainafarai)


    Hi im writing a plug for telegram notifications..
    if i post a new event from dashboard admin panel it fire the hooks and send notification… IT works as should for every post type

    add_action(‘transition_post_status’, ‘nftb_send_new_post’, 10, 3);

    but if I insert the event from a Front end page with the shortcode [event_form] it does not trigger the hook !

    why ? how to fix in front end page?
    i search for event manager hooks but nothing found !
    thx
    Rah

Viewing 1 replies (of 1 total)
  • Hello,

    Sorry for the late response as custom coding is outside our support policy, Thus We could only provide a very limited support on terms of custom coding.

    As you your issue, You can try checking the “function save” under the file: events-manager\classes\em-event.php The hook that you may need to is the hook: em_event_save_pre or the filters: em_event_save

Viewing 1 replies (of 1 total)
  • The topic ‘‘transition_post_status’ hooks on post new events’ is closed to new replies.