bp_nouveau_directory_nav_object()
Displays the directory nav item object (data-bp attribute).
Source Source
File: bp-templates/bp-nouveau/includes/template-tags.php
function bp_nouveau_directory_nav_object() { $obj = bp_nouveau_get_directory_nav_object(); if ( ! is_null( $obj ) ) { echo esc_attr( $obj ); } }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |