Skip to content

Instantly share code, notes, and snippets.

@jchristopher
Created July 8, 2014 18:38
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 jchristopher/3567bc86662845ee56cd to your computer and use it in GitHub Desktop.
Save jchristopher/3567bc86662845ee56cd to your computer and use it in GitHub Desktop.
Deactivate YO SELF
<?php
if ( class_exists( 'SOME_CLASS' ) ) {
// automatically deactivate
require_once ABSPATH . '/wp-admin/includes/plugin.php';
deactivate_plugins( __FILE__ );
wp_die( 'SRY :(' );
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment