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.

1 thought on “How to Allow Early Renewal Payments with WooCommerce Subscriptions?”

  1. Hey ! Thanks for that, it saved me !
    Do you know why early renewal is not possible during free trial period ? And how to circumvent that ?
    It will be helpful.
    Regards.

    Reply

Leave a Comment