bp_nouveau_filter_component()
Output data filter’s data-bp-filter attribute value.
Description
Source
File: bp-templates/bp-nouveau/includes/template-tags.php
function bp_nouveau_filter_component() {
$component = bp_nouveau_current_object();
echo esc_attr( $component['data_filter'] );
}
Changelog
| Version | Description |
|---|---|
| BuddyPress 3.0.0 | Introduced. |
Questions?
We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.