apply_filters( 'llms_order_can_resubscribe', boolean $can_resubscribe, LLMS_Order $order )

Determines whether or not a user can resubscribe to an inactive recurring payment order.


Parameters Parameters

$can_resubscribe

(boolean) Whether or not a user can resubscribe.

$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
3.19.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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