apply_filters( 'bp_nouveau_get_nav', array $nav , array $n )
Use the filter to use your specific Navigation.
Description Description
Use the $n param to check for your custom object.
Parameters Parameters
- $nav
-
(array) The list of item navigations generated by the BP_Core_Nav API.
- $n
-
(array) The arguments of the Navigation loop.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |