Warning: This function has been deprecated. No longer used in core, but supported for custom theme templates instead.
bp_is_group_forum()
Is the current page a group’s (legacy bbPress) forum page?
Description Description
Return Return
(bool)
Source Source
File: bp-core/deprecated/3.0.php
function bp_is_group_forum() { _deprecated_function( __FUNCTION__, '3.0', 'legacy forum support removed' ); return false; }
Changelog Changelog
Version | Description |
---|---|
3.0.0 | No longer used in core, but supported for custom theme templates. |
1.1.0 | Introduced. |