BP_Core_BP_Options_Nav_BackCompat::set_parent_slug( $slug )

Set the parent slug of the current nav item.


Description Description


Source Source

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

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.6.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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