Skip to content

Instantly share code, notes, and snippets.

@thomasplevy
Created August 16, 2019 16:30
Embed
What would you like to do?
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