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
     */
    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
     *