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)


Top ↑

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;
}

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 No longer used in core, but supported for third-party code.
1.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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