bbp_is_query_name( $name = '' )
Check the passed parameter against the current _bbp_query_name
Description Description
Return Return
(bool) True if match, false if not
Source Source
File: includes/common/template.php
function bbp_is_query_name( $name = '' ) { return (bool) ( bbp_get_query_name() === $name ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |