Skip to content

Instantly share code, notes, and snippets.

@kreamweb
Created January 30, 2018 08:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kreamweb/e1ebe756c64a28287bc80b3968cd8f42 to your computer and use it in GitHub Desktop.
Save kreamweb/e1ebe756c64a28287bc80b3968cd8f42 to your computer and use it in GitHub Desktop.
<?php
//you can add this code in the file functions.php of your theme
if ( class_exists( 'YWSBS_Subscription' ) ){
add_filter( 'ywsbs_cancel_recurring_payment', '__return_true', 99 );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment