Check if a WordPress Plugin is ActiveNovember 29, 2012 Leave a comment on Check if a WordPress Plugin is ActiveWordPress Code SnippetsWordPress Plugin Development // your plugin file relative to the /plugins/ directory if( in_array( 'your-plugin/your-plugin.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
Questions and Comments are Welcome