add_action('init', 'remove_geochef_post_type', 100); function remove_geochef_post_type() { unregister_post_type('geochef'); }