apply_filters( "bp_get_options_nav_{$subnav_item->css_id}", string $value, array $subnav_item, string $selected_item )

Filters the “options nav”, the secondary-level single item navigation menu.


Description Description

This is a dynamic filter that is dependent on the provided css_id value.


Parameters Parameters

$value

HTML list item for the submenu item.

$subnav_item

Submenu array item being displayed.

$selected_item

Current action.


Top ↑

Source Source

File: bp-core/bp-core-template.php


Top ↑

Changelog Changelog

Changelog
Version Description
1.1.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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