이 플러그인은 최근 3개의 주요 워드프레스 출시와 시험 되지 않았습니다. 워드프레스의 좀 더 최근 버전으로 이용할 때 더 이상 관리되지 않고 지원되지 않고 호환성 문제가 있을 수 있습니다.

WP Quick Provision

설명

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.

설치

Installing WP Quick Provision is simple, just like any other WordPress plugin

e.g.

  1. Upload wp-quick-provision folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

or

  1. Download the zip from WordPress plugin repository
  2. Go to your plugin section, click add new and upload this zip
  3. Activate

After installing you will find the link under Tools menu in your WordPress admin panel, named as “WP Quick Provision”

FAQ

is there any risk of losing my data

No, it only installs new themes and plugins and it doesn’t delete any of your existing themes or plugins.

During installation, it times out

Make sure to set your php script execution time to 300 or more.

후기

2020년 7월 17일
Thanks, Hasin Bhai, For this Nice Plugin. As a hosting provider, I need to set up lots of sites with lots of plugins and themes. It saves me a big-time and ease my work.
2019년 7월 12일
I just installed and feels it's a very useful plugin to save me time doing the same task like installing the same themes and plugins.
2019년 7월 9일
just awesome .. saves lots of time. thanks
모든 20 평가 읽기

기여자 & 개발자

“WP Quick Provision”(은)는 오픈 소스 소프트웨어입니다. 다음의 사람들이 이 플러그인에 기여하였습니다.

기여자

자국어로 “WP Quick Provision”(을)를 번역하세요.

개발에 관심이 있으십니까?

코드 탐색하기는, SVN 저장소를 확인하시거나, 개발 기록RSS로 구독하세요.

변경이력

3.0.1

  • URL malformation bug fix which prevented from fetching the correct data for some url patterns

3.0

  • Support for WordPress.org username is now available. If supplied, user’s favorite theme and plugin will be fetched and displayed for provisioning
  • Better code documentation

2.0.4

  • Plugin URL bug fix

2.0.3

  • Minor UI Improvements

2.0.2

  • Minor UI Improvements

2.0.1

  • URL validation fix

2.0

  • Huge improvements on workflow
  • All themes and plugins will be displayed in WP_List_Table before starting final provisioning
  • Users can now uncheck any theme or plugin before final provisioning
  • Huge UI Improvement
  • Bulletproof external provision data validation

1.1.1

  • Minor code fix

1.1