“WordPress Get Post Type” Ответ

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

Ответы похожие на “WordPress Get Post Type”

Вопросы похожие на “WordPress Get Post Type”

Больше похожих ответов на “WordPress Get Post Type” по PHP

Смотреть популярные ответы по языку

Смотреть другие языки программирования