Created
February 24, 2021 16:42
-
-
Save thomasplevy/2d5fca8ba55d2b03cd7c005335abb1fd to your computer and use it in GitHub Desktop.
Define the MailChimp API key as a constant instead of saving to your site's database (LifterLMS MailChimp)
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 copy this line to your wp-config.php file! | |
// MailChimp | |
define( 'LLMS_MAILCHIMP_API_KEY', 'YOUR-API-KEY-GOES-HERE' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment