apply_filters( 'llms_can_gateway_process_access_plan', bool $can_process_plan, LLMS_Order $plan, string $id )

Filters whether or not a gateway can process a specific access plan.


Parameters Parameters

$can_process_plan

(bool) Whether or not the gateway can process a specific access plan.

$plan

(LLMS_Order) Order object.

$id

(string) The gateway ID.


Top ↑

Source Source

File: includes/abstracts/abstract.llms.payment.gateway.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.