bp_nouveau_get_directory_nav_object()
Gets the directory nav item object.
Description Description
See also See also
Return Return
(array)
Source Source
File: bp-templates/bp-nouveau/includes/template-tags.php
function bp_nouveau_get_directory_nav_object() { $nav_item = bp_nouveau()->current_nav_item; if ( ! $nav_item->component ) { return null; } return $nav_item->component; }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |