BP_Core_BP_Options_Nav_BackCompat::set_parent_slug( $slug )

Set the parent slug of the current nav item.

Description

Source

File: bp-core/classes/class-bp-core-bp-options-nav-backcompat.php

	public function set_parent_slug( $slug ) {
		$this->parent_slug = $slug;
	}

Changelog

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