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

JSON Options

外掛說明

Import and Export WordPress Options to/from JSON with filters.

Features

  • migrate/backup your options
  • filter exports AND imports with the multiple filter system
  • filter options for specific plugin/theme (if plugin/theme properly namespace options)
  • plugin/theme support – export -> email -> modify JSON -> email -> import
  • options revision logs
  • export via copy/paste OR file download
  • easy mode for integrating with Janrain Capture plugin
  • upsert – now using update_option()

Feature Requests

  • import/export all tables & all data (maybe?)
  • multi-site support (most likely)
  • WP.com & WP VIP listing/support (most likely)

安裝方式

  1. Upload the json-options folder to your plugins directory (e.g. /wp-content/plugins/)
  2. Activate the plugin through the ‘Plugins’ menu in WordPress
  3. Follow the instructions

Note: If you have the Janrain Capture plugin activated and WP_DEBUG set to false the settings will fold into the Janrain Capture Settings menu as Export/Import Settings. Otherwise, the full 3-panel JSON Options menu will display.

常見問題集

Why aren’t there more FAQs?

Because you haven’t asked.

I have Janrain Capture installed. Where did the settings go?

If you have the Janrain Capture plugin activated and WP_DEBUG set to false the settings will fold into the Janrain Capture Settings menu as Export/Import Settings. Otherwise, the full 3-panel JSON Options menu will display.

使用者評論

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

參與者及開發者

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

參與者

將〈JSON Options〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

0.0.1

  • Initial Release

0.0.2

  • added easy mode for integrating with Janrain Capture plugin

0.0.3

  • update export filename pattern: ‘___WP_.json’
  • upsert – now using update_option()

0.0.4

  • NEVER output client secrets or api keys