wordpress get post type

39

if ( get_post_type( get_the_ID() ) == 'slug_post_type' ) {
    //if is true
}
// Retrieves the post type of the current post or of a given post.
get_post_type( int|WP_Post|null $post = null )

Comments

Submit
0 Comments