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();
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.6.0 | Introduced. |