Automattic\WooCommerce\Blocks\Payments\Integrations
Cheque::initialize
Initializes the payment method type.
Method of the class: Cheque{}
No Hooks.
Returns
null
. Nothing (null).
Usage
$Cheque = new Cheque(); $Cheque->initialize();
Cheque::initialize() Cheque::initialize code WC 9.9.4
public function initialize() { $this->settings = get_option( 'woocommerce_cheque_settings', [] ); }