Heads up!
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
This article contains PHP code and is intended for developers. We offer this code as a courtesy, but don't provide support for code customizations or 3rd party development.
By default, subscriptions will now cancel at period end. You can use this filter to revert it to the previous behaviour, where the subscription is cancelled immediately.
Usage
add_filter( 'frm_stripe_cancel_subscription_at_period_end', '__return_false' );
Parameters
- None
Examples
There are currently no examples for this hook.