“WordPress Get Post Type” Respostas de código

wordPres get_postType

if ( get_post_type( get_the_ID() ) == 'slug_post_type' ) {
    //if is true
}
Gifted Gannet

WordPress Get Post Type

// Retrieves the post type of the current post or of a given post.
get_post_type( int|WP_Post|null $post = null )
TheDutchScorpion

Respostas semelhantes a “WordPress Get Post Type”

Perguntas semelhantes a “WordPress Get Post Type”

Mais respostas relacionadas para “WordPress Get Post Type” em PHP

Procure respostas de código populares por idioma

Procurar outros idiomas de código