apply_filters( 'bp_nav_menu_items', array $items , array $args )
Filters the BuddyPress menu items.
Description Description
Allow plugins to hook into the menu to add their own
Parameters Parameters
- $items
-
Array of nav menu items.
- $args
-
Array of arguments for the menu.
Source Source
File: bp-core/bp-core-template.php
Changelog Changelog
Version | Description |
---|---|
1.7.0 | Introduced. |