bbp_has_forums_query

bbp_has_forums_query

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_has_forums_query') is found 1 times:

  • /includes/core/filters.php line 389
    385
    386
    387
    388
    389
    390
    391
    392
    393
    394
    395
    */
    function _bbp_has_forums_query( $args = array() ) {
     
        // Filter & return
        return (array) apply_filters( 'bbp_has_forums_query', $args );
    }
    add_filter( 'bbp_after_has_forums_parse_args', '_bbp_has_forums_query' );
     
    /**
     * Deprecated topics query filter
     *