__( 'WooCommerce', 'animal-pet-store' ), 'slug' => 'woocommerce', 'required' => false, 'force_activation' => false, ), array( 'name' => __( 'Google Language Translator', 'animal-pet-store' ), 'slug' => 'google-language-translator', 'required' => false, 'force_activation' => false, ), array( 'name' => __( 'Currency Switcher for WooCommerce', 'animal-pet-store' ), 'slug' => 'currency-switcher-woocommerce', 'required' => false, 'force_activation' => false, ), array( 'name' => __( 'YITH WooCommerce Wishlist', 'animal-pet-store' ), 'slug' => 'yith-woocommerce-wishlist', 'source' => '', 'required' => false, 'force_activation' => false, ), array( 'name' => __( 'YITH WooCommerce Quick View', 'animal-pet-store' ), 'slug' => 'yith-woocommerce-quick-view', 'source' => '', 'required' => false, 'force_activation' => false, ), ); $config = array(); tgmpa( $plugins, $config ); } add_action( 'tgmpa_register', 'animal_pet_store_register_recommended_plugins' );