Automattic\WooCommerce\Blocks\Payments\Integrations

Cheque::initializepublicWC 1.0

Initializes the payment method type.

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

Хуков нет.

Возвращает

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

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

$Cheque = new Cheque();
$Cheque->initialize();

Код Cheque::initialize() WC 9.9.3

public function initialize() {
	$this->settings = get_option( 'woocommerce_cheque_settings', [] );
}