bbp_get_edit_slug
bbp_get_edit_slug
Appears in: bbpress.2.6.11, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_get_edit_slug') is found 1 times:
- /includes/core/options.php line 987
*/ function bbp_get_edit_slug( $default = 'edit' ) { // Filter & return return apply_filters( 'bbp_get_edit_slug', get_option( '_bbp_edit_slug', $default ) ); } /** Legacy ********************************************************************/ /** * Checks if there is a previous BuddyPress Forum configuration