apply_filters_ref_array( "bp_get_displayed_user_nav_{$user_nav_item->css_id}", string $value , array $user_nav_item )
Filters the navigation markup for the displayed user.
Description Description
This is a dynamic filter that is dependent on the navigation tab component being rendered.
Parameters Parameters
- $value
-
Markup for the tab list item including link.
- $user_nav_item
-
Array holding parts used to construct tab list item. Passed by reference.
Source Source
File: bp-members/bp-members-template.php
Changelog Changelog
Version | Description |
---|---|
1.1.0 | Introduced. |