Automattic\WooCommerce\StoreApi
Legacy::init
Hook into WP lifecycle events.
Метод класса: Legacy{}
Хуков нет.
Возвращает
null. Ничего (null).
Использование
$Legacy = new Legacy(); $Legacy->init();
Код Legacy::init() Legacy::init WC 10.4.3
public function init() {
add_action( 'woocommerce_rest_checkout_process_payment_with_context', array( $this, 'process_legacy_payment' ), 999, 2 );
}