Answers for "check if post id is equal to current post wordpress single/php"

PHP
5

wordpres get_posttype

if ( get_post_type( get_the_ID() ) == 'slug_post_type' ) {
    //if is true
}
Posted by: Guest on June-17-2020

Code answers related to "check if post id is equal to current post wordpress single/php"

Browse Popular Code Answers by Language