Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support angelo_nwl

    (@angelo_nwl)

    you can see the declaration under events-manager/em-posts.php

    Thread Starter zorrobyte

    (@zorrobyte)

    I scoured the file and found register_post_type functions referring to EM_POST_TYPE_EVENT and event_post_type

    However by dumb luck, I simply used “event” and it worked perfectly!

    For anyone else that finds this thread, the proper code is:

    add_action('init', 'my_custom_init');
    function my_custom_init() {
        add_post_type_support( 'event', 'publicize' );
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Integration with Jetpack Publizice’ is closed to new replies.