bp_get_friends_slug()
Return the friends component slug.
Description Description
Return Return
(string)
Source Source
File: bp-friends/bp-friends-template.php
function bp_get_friends_slug() { /** * Filters the friends component slug. * * @since 1.5.0 * * @param string $value Friends component slug. */ return apply_filters( 'bp_get_friends_slug', buddypress()->friends->slug ); }
Changelog Changelog
Version | Description |
---|---|
1.5.0 | Introduced. |