bp_get_root_url

bp_get_root_url

Hook Type: filter

See hook in core

Displaying hooks found in version: buddypress.12.4.1

apply_filters('bp_get_root_url') is found 1 times:

  • /bp-core/bp-core-template.php line 1316
    	 * @since 12.0.0
    	 *
    	 * @param string $url URL of the BP root blog.
    	 */
    	return apply_filters( 'bp_get_root_url', $url );
    }
    
    /**
     * Output the "root url", the URL of the BP root blog.
     *
     * @since 12.0.0