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.


Top ↑

Parameters Parameters

$value

(string) Markup for the tab list item including link.

$user_nav_item

(array) Array holding parts used to construct tab list item. Passed by reference.


Source Source

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

View on Trac



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.