_bbp_has_topics_query( array $args = array() )

Deprecated topics query filter

Description

Parameters

$args

(array) (Optional)

Default value: array()

Return

(array)

Source

File: bp-forums/core/filters.php

function _bbp_has_topics_query( $args = array() ) {
	return apply_filters( 'bbp_has_topics_query', $args );
}

Changelog

Changelog
Version Description
bbPress (r3961) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.