Automattic\WooCommerce\Internal\AddressProvider

AddressProviderController::__constructpublicWC 1.0

Constructor.

Метод класса: AddressProviderController{}

Хуков нет.

Возвращает

null. Ничего (null).

Использование

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

Код AddressProviderController::__construct() WC 10.3.6

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