WC_Geolocation::initpublic staticWC 1.0

Deprecated since 3.9.0. It is no longer supported and may be removed in future releases. It is recommended to replace this function with the same one.

Hook in geolocation functionality.

Method of the class: WC_Geolocation{}

No Hooks.

Returns

null. Nothing (null).

Usage

$result = WC_Geolocation::init();

Changelog

Deprecated since 3.9.0

WC_Geolocation::init() code WC 9.9.4

public static function init() {
	wc_deprecated_function( 'WC_Geolocation::init', '3.9.0' );
	return null;
}