cpt; $post_types = $post_types_obj->get_items(); foreach( $post_types as $post_type ) { $array_types[] = $post_type['slug']; } // Bail if the post is not a JetEngine type if ( !in_array( $post->post_type, $array_types ) ){ return false; } return true; }