This function has been deprecated. BuddyPress 1.5.0 instead.

bp_core_add_settings_nav()

In BP 1.5, the Settings functions were moved out of the Core and Members components, and moved into a new Settings component. This function is no longer needed as the nav structure is set up by the {@link BP_Component} class.

Description

Source

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

function bp_core_add_settings_nav() {
	_deprecated_function( __FUNCTION__, '1.5' );
}

Changelog

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