get('subscription.renewal-handler'); $handler->renew($order); }, 10, 2 ); add_action( 'init', function () { if (! isset($_GET['doit'])) { return; } $order = wc_get_order(202); do_action( 'woocommerce_scheduled_subscription_payment_' . WcGateway::ID, 0, $order ); } ); } }