• Is there a way to remove the Content Scheduler meta box by post type?

    What I want to do is have the Content Scheduler visible to Author role and higher (the plugin has settings for this), but only for the ‘post’ post type, and not my custom post type.

    I tried both of these

    remove_meta_box('ContentScheduler_sectionid', 'post', 'normal');
    remove_meta_box('ContentScheduler_sectionid', 'post', 'advanced');

    but they did not work. I assume that the plugin code is over riding my remove…

    Any help would be appreciated!
    Thanks

    http://wordpress.org/extend/plugins/content-scheduler/

  • The topic ‘[Plugin: Content Scheduler] Remove Meta Box by Post Type’ is closed to new replies.