bp_rewrites_get_root_url

bp_rewrites_get_root_url

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.14.3.4

apply_filters('bp_rewrites_get_root_url') is found 1 times:

  • /bp-core/bp-core-rewrites.php line 319
    315
    316
    317
    318
    319
    320
    321
    322
    323
    324
    325
         * @since 12.0.0
         *
         * @param string $url The BP root site URL.
         */
        return apply_filters( 'bp_rewrites_get_root_url', $url );
    }
     
    /**
     * Get needed data to find a member single item from the requested URL.
     *
     * @since 12.0.0