bbp_get_root_url

bbp_get_root_url

Hook Type: filter

See hook in core

Displaying hooks found in version: bbpress.2.6.9

apply_filters('bbp_get_root_url') is found 1 times:

  • /includes/core/abstraction.php line 190
    186
    187
    188
    189
    190
    191
    192
    193
    194
    195
    196
            $retval = $rewrite->root;
        }
     
        // Filter & return
        return apply_filters( 'bbp_get_root_url', $retval );
    }
     
    /**
     * Get the slug used for paginated requests
     *
     * @since 2.4.0 bbPress (r4926)