*/ class Yup_360_Product_Activator { /** * Short Description. (use period) * * Long Description. * * @since 1.0.0 */ public static function activate() { /** * Check if WooCommerce is active **/ if ( in_array( 'woocommerce/woocommerce.php', apply_filters( 'active_plugins', get_option( 'active_plugins' ) ) ) ) { // Put your plugin code here } } }