bp_nouveau_get_directory_list_class()
Gets the directory nav item list class.
Return Return
(string)
Source Source
File: bp-templates/bp-nouveau/includes/template-tags.php
function bp_nouveau_get_directory_list_class() { return sanitize_html_class( sprintf( '%s-nav', bp_current_component() ) ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |