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

Features

描述

A plugin inspired by Drupal’s modules (Features and Strongarm) that enable the versioning of options in WordPress.

The general idea is to export a maximum amount of settings and structural content of the database to files to be able to deploy them through VCS (like SVN, GIT, Mercurial).

For now, the only exportable settings are the entries of the “wp-options” table.

Do you need this?

If you’re the only developer working on you’re website, you’re having only one development environment (production server) and you do not use VCS: no, the only things you need is to close your eyes, cross your fingers and hope that everything go fine.

How to use it?

In the admin, a new page called Features is accessible under the Tools menu. This page list all the settings contain in your features_options_data.php file. If one of the setting in your database has not the same value of the one in the file, the Revert button will be accessible to click and a text field will show you the value from the database.

  • If you want to replace what is in the database with the value from the file, click the Revert button.
  • If you want to replace what is in the file with the value from the database (for versioning), copy the content of the text field to the file.

Add a new option to the filter

To add a new option from the wp_options table, use the features_options filter to alter the options array: column value as the key and the option_value column value as the value.

What’s next?

This plugin is under development. If you know what your doing, you can use it and there will be an upgrade path, at least, a manuel one.

Like Features, the goal would be to have plugins generation for features instead of manually edit the features_options_data.php file of the plugin.

安裝

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

評價

There are no reviews for this plugin.

貢獻者及開發者

“Features” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Features 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

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