bbp_is_custom_post_type

bbp_is_custom_post_type

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_is_custom_post_type') is found 1 times:

  • /includes/common/template.php line 437
    433
    434
    435
    436
    437
    438
    439
    440
    441
    442
    443
            $retval = true;
        }
     
        // Filter & return
        return (bool) apply_filters( 'bbp_is_custom_post_type', $retval, $the_post );
    }
     
    /**
     * Check if current page is a bbPress reply
     *
     * @since 2.0.0 bbPress (r2549)