Skip to content

Instantly share code, notes, and snippets.

@thomasplevy
Created August 16, 2019 16:30
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/3f99a8b2d24ef951b96d01c548cebbb3 to your computer and use it in GitHub Desktop.
Save thomasplevy/3f99a8b2d24ef951b96d01c548cebbb3 to your computer and use it in GitHub Desktop.
Disable the LifterLMS REST API
<?php // do not copy this line to your wp-config.php file
// The following line disables the LifterLMS REST API.
define( 'LLMS_REST_DISABLE', true );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment