do_action( 'llms_checkout_form_gateway_cant_process_plan', LLMS_Payment_Gateway $gateway, LLMS_Access_Plan|null $plan, LLMS_Order|null $order )

Fired when a gateway cannot process a specific plan.


Parameters Parameters

$gateway

(LLMS_Payment_Gateway) Payment gateway instance.

$plan

(LLMS_Access_Plan|null) Access plan object.

$order

(LLMS_Order|null) Order object.


Top ↑

Source Source

File: templates/checkout/form-gateways.php

View on GitHub


Top ↑

Changelog Changelog

Changelog
Version Description
7.5.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.