Automattic\WooCommerce\Blocks\Payments\Integrations
Cheque::initialize()
Initializes the payment method type.
Метод класса: Cheque{}
Хуков нет.
Возвращает
null
. Ничего.
Использование
$Cheque = new Cheque(); $Cheque->initialize();
Код Cheque::initialize() Cheque::initialize WC 7.7.2
public function initialize() { $this->settings = get_option( 'woocommerce_cheque_settings', [] ); }