add_filter ( 'wpex_main_metaboxes_post_types', function( $types ) { // Remove the staff post type from the array unset( $types['staff'] ); // ...
確定! 回上一頁