Created
October 14, 2020 15:46
-
-
Save thomasplevy/235528f6ff64be6b86fe24b5c8ed72c1 to your computer and use it in GitHub Desktop.
Disable user consent/opt-in to MailChimp lists during LifterLMS user registration
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 // Don't include this line in your functions.php file! | |
add_filter( 'llms_mc_enable_consent', '__return_false' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment