Linux 软件免费装
Banner图

Widget Importer & Exporter

开发者 churchthemes
stevengliebe
mauryaratan
wido
zodiac1978
更新时间 2024年7月19日 22:23
PHP版本: 5.2.4 及以上
WordPress版本: 6.6
版权: GPLv2 or later
版权网址: 版权信息

标签

backup migration widget widgets export import importer exporter widget import widget export widget importer widget exporter

下载

0.8 1.4.1 1.6.1 1.0 1.0.1 1.1 1.1.1 1.1.2 1.1.3 1.1.4 1.2 1.2.2 1.2.3 1.2.4 1.3 1.3.1 1.3.2 1.4 1.4.2 1.5 1.5.1 1.5.2 1.5.3 1.5.5 1.6 0.7 1.4.3 1.4.4 1.4.5

详情介绍:

Widget Importer & Exporter is useful for moving widgets from one WordPress site to another, backing up widgets and for theme developers to give users sample widgets. See the details on ChurchThemes.com. Importing Importing is done by uploading an export file created by the plugin. The results of an import are shown in a nicely formatted table with an explanation of what happened with each widget area and widget. Importation takes into consideration widget areas not existing in the current theme (widgets imported as Inactive), widgets that already exist in the same widget area (widgets not duplicated) and widgets that are not supported by the site (widgets not imported). Exporting Widget Importer & Exporter can create an export file (in JSON format with .wie extension) out of currently active widgets. This file can be imported into other sites using this plugin or used to restore widgets to the same site later. Developers The wie_before_import action fires after a file is uploaded but before the data is imported. wie_after_import fires after the data is imported. The wie_import_data filter can be used to filter data before it is imported. Other filters are used throughout. Make a pull request on GitHub if you need another hook. Please jump on GitHub to report issues and follow development.

安装:

Please see Installing Plugins in the WordPress Codex. After activation, go to Tools > Widget Importer & Exporter

屏幕截图:

  • Results from an import

常见问题:

Why does the JSON export file use a .wie extension?

The export file contains JSON data that is not compatible with any other plugin. Therefore it has a proprietary file extension. This keeps people from confusing export files from other widget import/export plugins.

更新日志:

See releases on GitHub.