“WordPress Dapatkan Jenis Posting” Kode Jawaban

WordPres get_posttype

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

WordPress Dapatkan Jenis Posting

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

Jawaban yang mirip dengan “WordPress Dapatkan Jenis Posting”

Pertanyaan yang mirip dengan “WordPress Dapatkan Jenis Posting”

Lebih banyak jawaban terkait untuk “WordPress Dapatkan Jenis Posting” di PHP

Jelajahi jawaban kode populer menurut bahasa

Jelajahi bahasa kode lainnya