'One Click Demo Import', 'slug' => 'one-click-demo-import', 'version' => '2.3.0', 'required' => true, 'force_activation' => false, ), array( 'name' => 'Kirki', 'slug' => 'kirki', 'version' => '3.0.27', 'required' => true, 'force_activation' => true, ), array( 'name' => 'Contact Form 7', 'slug' => 'contact-form-7', 'version' => '5.0.1', 'required' => true, 'force_activation' => false, ), array( 'name' => 'Elementor Page Builder', 'slug' => 'elementor', 'version' => '2.0.10', 'required' => true, 'force_activation' => true, ), ); // Change this to your theme text domain, used for internationalising strings $theme_text_domain = 'blue-paper'; /** * Array of configuration settings. Amend each line as needed. * If you want the default strings to be available under your own theme domain, * leave the strings uncommented. * Some of the strings are added into a sprintf, so see the comments at the * end of each line for what each argument will be. */ $config = array( 'domain' => $theme_text_domain, // Text domain - likely want to be the same as your theme. 'default_path' => '', // Default absolute path to pre-packaged plugins 'parent_slug' => 'themes.php', // Default parent menu slug 'menu' => 'install-required-plugins', // Menu slug 'has_notices' => true, // Show admin notices or not 'is_automatic' => false, // Automatically activate plugins after installation or not 'message' => '', // Message to output right before the plugins table ); tgmpa( $plugins, $config ); } ?>