There was an error while loading. Please reload this page.
2e739e8
Filter available post types:
add_filter( 'post_type_selector_post_types', function( $post_types, $field ) { $post_types['foo'] = get_post_type_object( 'foo' ); unset( $post_types['post'] ); return $post_types; }, 10, 2 );