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/0d01ed5b83983d019096896cc79a2e81 to your computer and use it in GitHub Desktop.
Save thomasplevy/0d01ed5b83983d019096896cc79a2e81 to your computer and use it in GitHub Desktop.
Define LifterLMS PDFs pdflayer API Access Key in a wp-config.php file instead of in your site's WPDB.
<?php // don't copy this line to your wp-config.php file!
// pdflayer API Access Key.
define( 'LLMS_PDFS_PDFLAYER_ACCESS_KEY', '****' ); // Replace **** with your API Access Key.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment