Automattic\WooCommerce\Internal\Admin\Settings

PaymentsController::delayed_registerpublicWC 1.0

Method of the class: PaymentsController{}

No Hooks.

Returns

null. Nothing (null).

Usage

$PaymentsController = new PaymentsController();
$PaymentsController->;

PaymentsController::delayed_register() code WC 9.9.4

	/**
	 * Initialize the class instance.
	 *
	 * @param Payments $payments The payments service.
	 *
	 * @internal
	 */
	final public function init( Payments $payments ): void {
		$this->payments = $payments;
	}