Automattic\WooCommerce\Internal\AddressProvider

AddressProviderController::__constructpublicWC 1.0

Constructor.

Method of the class: AddressProviderController{}

No Hooks.

Returns

null. Nothing (null).

Usage

$AddressProviderController = new AddressProviderController();
$AddressProviderController->__construct();

AddressProviderController::__construct() code WC 10.3.3

public function __construct() {
	add_action( 'init', array( $this, 'init' ) );
}