Support

Account

Home Forums Backend Issues (wp-admin) Checking Post Type in Post Object field Reply To: Checking Post Type in Post Object field

  • is_post_type() is not a WP function

    
    if (get_post_type($post_object->ID) == 'your-post-type') {
    
    }