Linux 软件免费装
Banner图

MP Customizer Backups

开发者 johnstonphilip
mintplugins
更新时间 2018年3月6日 01:51
捐献地址: 去捐款
PHP版本: 3.0.1 及以上
WordPress版本: 4.9.4
版权: GPLv2 or later
版权网址: 版权信息

标签

backup customizer backups theme mods

下载

详情介绍:

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.

安装:

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.

屏幕截图:

  • Customizer Backups screen.

常见问题:

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' );

更新日志:

= 1.0.3 = October 8, 2015