WP Quick Provision
This is a powerful provisioning plugin to install multiple themes and plugins automatically by providing them as a list from https://gist.github.com.
The facts
- Rating
- 5★ from 19
- Active installs
- 20+
- Price
- Free
- Last updated
- 4 Mar 2021
- Added
- Jul 2019
- Tested up to
- WP 5.6.19
- Downloads
- 3,710
Our analysis
AI-assistedWP Quick Provision is a WordPress plugin designed to automate the setup of a new WordPress installation. It allows you to provision your site by automatically installing and activating specified themes and plugins from a list hosted on gist.github.com.
This plugin is suitable for users who frequently set up new WordPress sites and want to streamline the process by avoiding repetitive tasks. By providing a valid data format with your desired themes and plugins, you can quickly configure your site with minimal manual intervention.
Best for: This plugin is best for developers or site administrators who regularly set up new WordPress installations.
What it does well
- ✓Automates theme and plugin installation
- ✓Uses data hosted on gist.github.com
- ✓Activates all installed plugins automatically
Where it falls short
- •Requires a valid data format for provisioning
- •Limited to themes and plugins specified in the list
- •Data must be hosted externally on gist.github.com
Verdict
WP Quick Provision can save time during the WordPress setup process, but it requires familiarity with managing data formats and external hosting.
From the developer
HasinHayder's own description of WP Quick Provision, lightly tidied.
This plugin can save you from doing the same tasks again and again you do after installing a fresh copy of WordPress. You can provision your new setup by automatically installing themes and plugins using WP Quick Provision plugin, all by supplying a list of those themes and plugins from gist.github.com. Here is a valid data format that is required by this plugin to properly provision your WordPress installation.
{
"themes": [
"hello-elementor",
"wp-bootstrap-starter"
],
"plugins": [
"elementor",
"happy-elementor-addons",
"contact-form-7",
"woocommerce",
"query-monitor",
"regenerate-thumbnails",
"classic-editor",
"jsm-show-post-meta"
]
}
Example Provision Data URL: https://gist.github.com/hasinhayder/7b93c50e5f0ff11e26b9b8d81f81d306 or https://gist.github.com/hasinhayder/5cf59b883005e043454f5fe0d2d9546b
As soon as you save this data on gist.github.com and add tis gist url in your plugin, it will start installing all these themes and plugins mentioned in your data. It will not download a plugin if it is already available in your WordPress setup.
From version 1.1 you can host your provision data anywhere and supply that URL to this plugin for provisioning.
After installing everything, WP Quick Provision will activate all these plugins.