Skip to content

Instantly share code, notes, and snippets.

@aatanasovdev
Created July 15, 2018 18:37
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 aatanasovdev/5e02852164cedda28913015d826fd4f0 to your computer and use it in GitHub Desktop.
Save aatanasovdev/5e02852164cedda28913015d826fd4f0 to your computer and use it in GitHub Desktop.
include_once( ABSPATH . 'wp-admin/includes/plugin.php' );
if( is_plugin_active( 'gutenberg/gutenberg.php' ) ) {
return true;
}
return false;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment