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