WC_Helper::get_install_base_urlpublic staticWC 1.0

Get base URL for plugin auto installer.

Method of the class: WC_Helper{}

No Hooks.

Returns

String.

Usage

$result = WC_Helper::get_install_base_url();

WC_Helper::get_install_base_url() code WC 10.3.3

public static function get_install_base_url() {
	return self::get_woocommerce_com_base_url() . 'auto-install-init/';
}