bbp_has_topics_query

bbp_has_topics_query

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_has_topics_query') is found 1 times:

  • /includes/core/filters.php line 404
    400
    401
    402
    403
    404
    405
    406
    407
    408
    409
    410
    */
    function _bbp_has_topics_query( $args = array() ) {
     
        // Filter & return
        return (array) apply_filters( 'bbp_has_topics_query', $args );
    }
    add_filter( 'bbp_after_has_topics_parse_args', '_bbp_has_topics_query' );
     
    /**
     * Deprecated replies query filter
     *