'WooCommerce', 'slug' => 'woocommerce', 'required' => false, ), array( 'name' => 'Polylang', 'slug' => 'polylang', 'required' => false, ), array( 'name' => 'Page Builder by SiteOrigin', 'slug' => 'siteorigin-panels', 'required' => false, ), array( 'name' => 'WooCommerce Variation Swatches', 'slug' => 'variation-swatches-for-woocommerce', 'required' => false, ), array( 'name' => 'WooCommerce Currency Switcher', 'slug' => 'woocommerce-currency-switcher', 'required' => false, ), array( 'name' => 'YITH Product Size Charts for WooCommerce', 'slug' => 'yith-product-size-charts-for-woocommerce', 'required' => false, ), array( 'name' => 'YITH WooCommerce Compare', 'slug' => 'yith-woocommerce-compare', 'required' => false, ), array( 'name' => 'YITH WooCommerce Quick View', 'slug' => 'yith-woocommerce-quick-view', 'required' => false, ), array( 'name' => 'YITH WooCommerce Wishlist', 'slug' => 'yith-woocommerce-wishlist', 'required' => false, ), ); $config = array( 'id' => 'adela', // Unique ID for hashing notices for multiple instances of TGMPA. 'default_path' => '', // Default absolute path to bundled plugins. 'menu' => 'tgmpa-install-plugins', // Menu slug. 'has_notices' => true, // Show admin notices or not. 'dismissable' => true, // If false, a user cannot dismiss the nag message. 'dismiss_msg' => '', // If 'dismissable' is false, this message will be output at top of nag. 'is_automatic' => true, // Automatically activate plugins after installation or not. 'message' => '', // Message to output right before the plugins table. 'capability' => 'edit_theme_options', ); tgmpa( $plugins, $config ); }