'Woocommerce', 'slug' => 'woocommerce', 'required' => true, ), array( 'name' => 'Elementor Page Builder', 'slug' => 'elementor', 'required' => true, ), array( 'name' => 'Contact Form 7', 'slug' => 'contact-form-7', 'required' => true, ) ); break; case "bbq-restaurant": array_push($plugins, array( 'name' => 'Elementor Page Builder', 'slug' => 'elementor', 'required' => true, ), array( 'name' => 'Contact Form 7', 'slug' => 'contact-form-7', 'required' => true, ) ); break; case "digital-marketing-agency": array_push($plugins, array( 'name' => 'Elementor Page Builder', 'slug' => 'elementor', 'required' => true, ), array( 'name' => 'Contact Form 7', 'slug' => 'contact-form-7', 'required' => true, ) ); break; case "travel-agency": array_push($plugins, array( 'name' => 'Elementor Page Builder', 'slug' => 'elementor', 'required' => true, ), array( 'name' => 'Contact Form 7', 'slug' => 'contact-form-7', 'required' => true, ) ); break; case "interior-designer-portfolio": array_push($plugins, array( 'name' => 'Elementor Page Builder', 'slug' => 'elementor', 'required' => true, ), array( 'name' => 'Contact Form 7', 'slug' => 'contact-form-7', 'required' => true, ) ); break; case "personal-portfolio": array_push($plugins, array( 'name' => 'Elementor Page Builder', 'slug' => 'elementor', 'required' => true, ), array( 'name' => 'Contact Form 7', 'slug' => 'contact-form-7', 'required' => true, ) ); break; } /* * Array of configuration settings. Amend each line as needed. */ $config = array( 'id' => 'aryx', 'default_path' => '', 'menu' => 'aryx-install-plugins', 'has_notices' => true, 'dismissable' => true, 'dismiss_msg' => '', 'is_automatic' => false, 'message' => '', ); tgmpa( $plugins, $config ); }