apply_filters( "bp_{$this->id}_admin_nav", array $wp_admin_nav )

Filters the admin navigation passed into setup_admin_bar.


Description Description

This is a dynamic hook that is based on the component string ID.


Parameters Parameters

$wp_admin_nav

Array of navigation items to add.


Top ↑

Source Source

File: bp-core/classes/class-bp-component.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.9.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.