// your plugin file relative to the /plugins/ directory if( in_array( 'your-plugin/your-plugin.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) {
Check if a WordPress Plugin is Active
See more: WordPress 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' ) ) ) ) {
See more: WordPress Plugin Development
Questions and Comments are Welcome