bbp_maybe_get_root_slug

bbp_maybe_get_root_slug

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_maybe_get_root_slug') is found 1 times:

  • /includes/core/options.php line 805
    801
    802
    803
    804
    805
    806
    807
    808
    809
    810
    811
            ? trailingslashit( $slug )
            : '';
     
        // Filter & return
        return apply_filters( 'bbp_maybe_get_root_slug', $retval );
    }
     
    /**
     * Return the single forum slug
     *
     * @since 2.1.0 bbPress (r3759)