Skip to content

Instantly share code, notes, and snippets.

@daniloparrajr
Created January 31, 2018 09:01
Show Gist options
  • Save daniloparrajr/82642c7398af29bbc516a5eaece6641b to your computer and use it in GitHub Desktop.
Save daniloparrajr/82642c7398af29bbc516a5eaece6641b to your computer and use it in GitHub Desktop.
Check if plugin is active on theme
<?php
if ( in_array( {plugin/path/main-file.php}, apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
// Your code here.
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment