How to Allow Early Renewal Payments with WooCommerce Subscriptions?

Learn how to accept early renewal payments from subscribers on their My Account pages with WooCommerce Subscriptions.

Snippet

Copy/paste the snippet below using the Code Snippets plugin or add to the bottom of your functions.php file:

add_filter( 'wcs_allow_synced_product_early_renewal', '__return_true', 10 );
Simon Gondeck

I’m a big fan of WordPress + WooCommerce (especially WooCommerce Subscriptions). Check out my YouTube channel.

Leave a Comment