Automattic\WooCommerce\StoreApi

Legacy::init()publicWC 1.0

Hook into WP lifecycle events.

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

Хуков нет.

Возвращает

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

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

$Legacy = new Legacy();
$Legacy->init();

Код Legacy::init() WC 8.7.0

public function init() {
	add_action( 'woocommerce_rest_checkout_process_payment_with_context', array( $this, 'process_legacy_payment' ), 999, 2 );
}