This function has been deprecated. BuddyPress 3.0.0 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

Return

(bool)

Source

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

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

Changelog

Changelog
Version Description
BuddyPress 3.0.0 Always returns false. BuddyPress 3.0.0 Always returns false.
BuddyPress 1.1.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.