Skip to content

Instantly share code, notes, and snippets.

@thomasplevy
Created February 24, 2021 16:42
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/2d5fca8ba55d2b03cd7c005335abb1fd to your computer and use it in GitHub Desktop.
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)
<?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