Automattic\WooCommerce\Internal\AddressProvider
AddressProviderController::__construct
Constructor.
Method of the class: AddressProviderController{}
No Hooks.
Returns
null. Nothing (null).
Usage
$AddressProviderController = new AddressProviderController(); $AddressProviderController->__construct();
AddressProviderController::__construct() AddressProviderController:: construct code WC 10.3.3
public function __construct() {
add_action( 'init', array( $this, 'init' ) );
}