BP_Core_BP_Nav_BackCompat::reset()

Reset the cached nav items.


Description Description

Called when the nav API removes items from the nav array.


Source Source

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

	public function reset() {
		$this->backcompat_nav = array();
	}

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.