“WordPress otrzymuj typ postu” Kod odpowiedzi

WordPres get_posttype

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

WordPress otrzymuj typ postu

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

Odpowiedzi podobne do “WordPress otrzymuj typ postu”

Pytania podobne do “WordPress otrzymuj typ postu”

Więcej pokrewnych odpowiedzi na “WordPress otrzymuj typ postu” w PHP

Przeglądaj popularne odpowiedzi na kod według języka

Przeglądaj inne języki kodu