Matthew

Forum Replies Created

Viewing 1 post (of 1 total)
  • Author
    Posts
  • in reply to: Get event categories #1275009
    Matthew
    Participant

    I have a hook:

    function schedule_out_of_office($post_id) {
       /* Get Event Categories Here */
    }
    add_action('save_post_tribe_events', 'schedule_out_of_office');

    I use the event category to identify and trigger something elsewhere.

Viewing 1 post (of 1 total)