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)


Top ↑

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.0.0 No longer used in core, but supported for custom theme templates.
1.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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