Skip to content

Instantly share code, notes, and snippets.

@adamharley
Created August 23, 2011 16:25
Show Gist options
  • Save adamharley/1165757 to your computer and use it in GitHub Desktop.
Save adamharley/1165757 to your computer and use it in GitHub Desktop.
Disable all WordPress plugins with constant
<?php
if ( defined('SPECIAL_IMPORT') && SPECIAL_IMPORT )
add_filter( 'pre_option_active_plugins', '__return_empty_array' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment