這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

MP Customizer Backups

外掛說明

Feel free to play with your Theme Mods under “Appearance” > “Customizer” without worrying about losing your settings! When you are happy with your settings, just click the “Create Backup” button and you’ll always be able to revert to those exact settings in the future. You can even download the backups to make sure you save multiple copies in a safe place.

Or, if you want to develop your customizer locally and then automatically set up those options to match on your live site, simply download a Customizer Backup and Upload it to your live site. You could even send your Customizer settings to your friends or customers.

For Theme/Plugin Developers: This is also a way to create a “Theme within a Theme” – by allowing a single theme to have many different pre-set styles. For example, you could use an activation hook in a plugin to use a backup (in JSON format) and make plugins re-style a Theme. If your plugin does change the Customizer styles, you could also trigger an auto backup of the user’s current settings so that you don’t permanently erase any of the user’s settings.

螢幕擷圖

  • Customizer Backups screen.

安裝方式

This section describes how to install the plugin and get it working.

  1. Upload the mp-customizer-backups folder to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Once activated, you’ll see a notice at the top of your dashboard to “Install All Items”. Click that – which will install our MP Core plugin – which helps keep our plugins small and fast.
  4. Click on “Appearance” > “Customizer Backups” to manage your Customizer Backups.

常見問題集

How do I create a backup?

To generate a backup, go to “Appearance” > “Customizer Backups” and click “Generate Backup”.

How do I create a backup programmatically?

To programmatically generate a backup of the current Customizer Settings (AKA: Theme Mods), use this code:

mp_backup_customizer( ‘This backup was created because of XYZ’ );

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈MP Customizer Backups〉的開發相關工作。

參與者

將〈MP Customizer Backups〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

變更記錄

1.0.3

October 8, 2015
* Made the time() stored in a variable to make sure no delays happen while code is running. This was triggering an error in some rare situations.

1.0.2

April 4, 2015
* Changed text on button from “Create Customizer Backup” to the more accurate “Create/View Customizer Backups”.

1.0.1

April 4, 2015
* Made it so when you download a backup it auto downloads in a text file rather than just displaying the JSON on the screen.

1.0.0

April 1, 2015
* Original release