bp_get_settings_slug()
Return the settings component slug.
Return Return
(string)
Source Source
File: bp-settings/bp-settings-template.php
function bp_get_settings_slug() { /** * Filters the Settings component slug. * * @since 1.5.0 * * @param string $slug Settings component slug. */ return apply_filters( 'bp_get_settings_slug', buddypress()->settings->slug ); }
Expand full source code Collapse full source code View on Trac
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |