__( 'WooCommerce', 'candles-shop' ), 'slug' => 'woocommerce', 'required' => false, 'force_activation' => false, ), array( 'name' => __( 'Currency Switcher for WooCommerce', 'candles-shop' ), 'slug' => 'currency-switcher-woocommerce', 'required' => false, 'force_activation' => false, ), array( 'name' => __( 'GTranslate', 'candles-shop' ), 'slug' => 'gtranslate', 'required' => false, 'force_activation' => false, ), array( 'name' => __( 'YITH WooCommerce Wishlist', 'candles-shop' ), 'slug' => 'yith-woocommerce-wishlist', 'required' => false, 'force_activation' => false, ) ); $config = array(); candles_shop_tgmpa( $plugins, $config ); } add_action( 'tgmpa_register', 'candles_shop_register_recommended_plugins' );