Every time this plugin is updated I go in and comment out this line:
add_action( "woocommerce_subscription_status_on-hold", "pmprowoo_cancelled_subscription", 10 );
Most subscriptions are On-Hold if there is a payment issue and the system will automatically be retrying and many times be successful after a few times and change the status to active. If not it changes the subscription to "expired" I believe which is fine then to have the membership removed. Almost all of my clients don't want their customers losing access during the On-Hold status.
Is there a way we can make this optional?
Every time this plugin is updated I go in and comment out this line:
add_action( "woocommerce_subscription_status_on-hold", "pmprowoo_cancelled_subscription", 10 );Most subscriptions are On-Hold if there is a payment issue and the system will automatically be retrying and many times be successful after a few times and change the status to active. If not it changes the subscription to "expired" I believe which is fine then to have the membership removed. Almost all of my clients don't want their customers losing access during the On-Hold status.
Is there a way we can make this optional?