bp_rewrites_get_root_url

bp_rewrites_get_root_url

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.12.4.1

apply_filters('bp_rewrites_get_root_url') is found 1 times:

  • /bp-core/bp-core-rewrites.php line 317
    	 * @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