Warning: This method has been deprecated.

WC_Geolocation::init()

Hook in geolocation functionality.


Description Description


Return Return

(null)


Top ↑

Source Source

File: includes/class-wc-geolocation.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
3.9.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.