Warning: This function has been deprecated. No longer used in core, but supported for third-party code instead.
bp_is_user_forums()
Is this a user’s forums page?
Description Description
Eg http://example.com/members/joe/forums/ (or a subpage thereof).
Return Return
(false)
Source Source
File: bp-core/deprecated/3.0.php
function bp_is_user_forums() { _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 third-party code. |
1.5.0 | Introduced. |