_bbp_has_forums_query( array $args = array() )

Deprecated forums query filter


Description Description


Parameters Parameters

$args

(Optional)

Default value: array()


Top ↑

Return Return

(array)


Top ↑

Source Source

File: includes/core/filters.php

function _bbp_has_forums_query( $args = array() ) {

	// Filter & return
	return (array) apply_filters( 'bbp_has_forums_query', $args );
}

Top ↑

Changelog Changelog

Changelog
Version Description
2.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.