apply_filters( 'llms_order_switch_source_action', null|string $action, LLMS_Order $order )

Filters the required user action for the order when switching the order’s payment source.


Parameters Parameters

$action

(null|string) The switch action ID or null when the payment source cannot be switched.

$order

(LLMS_Order) The order object.


Top ↑

Source Source

File: includes/models/model.llms.order.php

View on GitHub



Top ↑

Changelog Changelog

Changelog
Version Description
7.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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