Skip to content

Instantly share code, notes, and snippets.

@thomasplevy
Last active October 6, 2017 23:34
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/46d01aa8114aa74ae925e4121509b85e to your computer and use it in GitHub Desktop.
Save thomasplevy/46d01aa8114aa74ae925e4121509b85e to your computer and use it in GitHub Desktop.
<?php
/**
* Remove LifterLMS Actions
*/
function llms_remove_actions() {
// your code goes here
}
add_action( 'plugins_loaded', 'llms_remove_actions', 999 );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment