WC_Helper::get_install_base_url()public staticWC 1.0

Get base URL for plugin auto installer.

Method of the class: WC_Helper{}

No Hooks.

Return

String.

Usage

$result = WC_Helper::get_install_base_url();

WC_Helper::get_install_base_url() code WC 9.6.0

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