This function has been deprecated. BuddyPress 1.5.0 instead.

bp_is_activity_front_page()

Is the front page of the site set to the Activity component?

Description

Return

(bool)

Source

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

function bp_is_activity_front_page() {
	_deprecated_function( __FUNCTION__, '1.5', "bp_is_component_front_page( 'activity' )" );
	return bp_is_component_front_page( 'activity' );
}

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.