List all custom post types created only by Types plugin
-
Hi All,
Currently when I am using the below code to pull custom post types
$args = array(‘_builtin’ => false);
$post_types = get_post_types(‘$args’,’objects’ );It lists downs the custom posttypes of other plugins as well. Is there a way I could pull only the ones I created via the “Types” plugin.
Thanks,
Achin
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘List all custom post types created only by Types plugin’ is closed to new replies.