bbp_get_edit_slug

bbp_get_edit_slug

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_edit_slug') is found 1 times:

  • /includes/core/options.php line 987
    983
    984
    985
    986
    987
    988
    989
    990
    991
    992
    993
    */
    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