Skip to content

Instantly share code, notes, and snippets.

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 thomasplevy/be4154e98d07c20999fbd19eaed44bff to your computer and use it in GitHub Desktop.
Save thomasplevy/be4154e98d07c20999fbd19eaed44bff to your computer and use it in GitHub Desktop.
<?php // don't copy this to your functions.php file
/**
* Prevents students from being able to self-cancel their recurring subscriptions on the student dashboard
*/
add_filter( 'llms_allow_subscription_cancellation', '__return_false' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment