apply_filters( 'llms_order_can_switch_source', boolean $can_switch, LLMS_Order $order )

Filters whether or not the order’s payment source can be changed.


Parameters Parameters

$can_switch

(boolean) Whether or not the order's source can 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.