This function has been deprecated. BuddyPress 3.0.0 No longer used in core, but supported for third-party code instead.

bp_is_user_forums()

Is this a user’s forums page?

Description

Eg http://example.com/members/joe/forums/ (or a subpage thereof).

Return

(false)

Source

File: bp-core/deprecated/buddypress/3.0.php

function bp_is_user_forums() {
	_deprecated_function( __FUNCTION__, '3.0', 'legacy forum support removed' );
	return false;
}

Changelog

Changelog
Version Description
BuddyPress 1.5.0 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.