bp_nouveau_filter_component()
Output data filter’s data-bp-filter attribute value.
Source 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'] ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |