Created
October 30, 2018 21:54
-
-
Save NickGreen/939f9e487992d261da4d32ebbe51f8a8 to your computer and use it in GitHub Desktop.
Allow early renewal for synchronized products
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <?php | |
| function allow_synced_product_early_renewal( false, $subscription ) { | |
| return true; | |
| } | |
| add_filter( 'wcs_allow_synced_product_early_renewal', 'allow_synced_product_early_renewal' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment