Title: Easy Inputs
Author: Tom Belknap
Published: <strong>2017 年 10 月 17 日</strong>
Last modified: 2018 年 7 月 22 日

---

搜尋外掛

![](https://ps.w.org/easy-inputs/assets/banner-772x250.png?rev=1748329)

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

![](https://ps.w.org/easy-inputs/assets/icon-256x256.png?rev=1748329)

# Easy Inputs

 由 [Tom Belknap](https://profiles.wordpress.org/dragonflyeye/) 開發

[下載](https://downloads.wordpress.org/plugin/easy-inputs.1.2.2.zip)

 * [詳細資料](https://tw.wordpress.org/plugins/easy-inputs/#description)
 * [使用者評論](https://tw.wordpress.org/plugins/easy-inputs/#reviews)
 *  [安裝方式](https://tw.wordpress.org/plugins/easy-inputs/#installation)
 * [開發資訊](https://tw.wordpress.org/plugins/easy-inputs/#developers)

 [技術支援](https://wordpress.org/support/plugin/easy-inputs/)

## 外掛說明

EasyInputs provides an error-free universal means of generating HTML form inputs.
EasyInputs is a developers-only plugin that provides a helper for generating form
inputs. It provides objects that represent both the Form and the Input, standarizing
how your HTML form elements are created, speeding development of plugins and themes.

## 安裝方式

 1. Upload the easy-inputs directory to your site\’s /wp-content/plugins directory
 2. Include the easy-inputs.php file into your project with the below code:
     ` require_once
    plugin_dir_path(**FILE**) . \’../easy-inputs/easy-inputs.php\’; // You could either
    declare your object a global or include it into your // plugin/theme\’s classes
    as necessary. Here, we declare a global: global $ei;

// Instantiate EasyInputs, providing the two required settings:
 $ei = new EasyInputs([\’
name\’ => \’easy-inputs-example\’, \’type\’ => \’setting\’ ]); `

Please see the example plugin contained in the easy-inputs directory for further
example code. Detailed notes can be found on the [Github page for this plugin](https://holisticnetworking.github.io/easy-inputs/)

## 常見問題集

  Installation Instructions

 1. Upload the easy-inputs directory to your site\’s /wp-content/plugins directory
 2. Include the easy-inputs.php file into your project with the below code:
     ` require_once
    plugin_dir_path(**FILE**) . \’../easy-inputs/easy-inputs.php\’; // You could either
    declare your object a global or include it into your // plugin/theme\’s classes
    as necessary. Here, we declare a global: global $ei;

// Instantiate EasyInputs, providing the two required settings:
 $ei = new EasyInputs([\’
name\’ => \’easy-inputs-example\’, \’type\’ => \’setting\’ ]); `

Please see the example plugin contained in the easy-inputs directory for further
example code. Detailed notes can be found on the [Github page for this plugin](https://holisticnetworking.github.io/easy-inputs/)

  I don\’t see any way to activate this plugin. Why is that?

This is not a \”plugin\” in the traditional sense. It is for developers who want
a toolbox with which to develop forms and inputs for WordPress administrative uses.
THIS IS NOT FOR NOVICE OR NON-DEVELOPER USE!

  Is this plugin like Gravity Forms =?

NO! This plugin is designed for developers to speed the development of new WordPress
projects and while it can do front-end forms, it is not a substitute for other plugins
better designed for end users. DO NOT USE THIS PLUGIN UNLESS YOU UNDERSTAND PHP!

## 使用者評論

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

## 參與者及開發者

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

參與者

 *   [ Tom Belknap ](https://profiles.wordpress.org/dragonflyeye/)

[將〈Easy Inputs〉外掛本地化為台灣繁體中文版](https://translate.wordpress.org/projects/wp-plugins/easy-inputs)

### 對開發相關資訊感興趣？

任何人均可[瀏覽程式碼](https://plugins.trac.wordpress.org/browser/easy-inputs/)、
查看 [SVN 存放庫](https://plugins.svn.wordpress.org/easy-inputs/)，或透過 [RSS](https://plugins.trac.wordpress.org/log/easy-inputs/?limit=100&mode=stop_on_copy&format=rss)
訂閱[開發記錄](https://plugins.trac.wordpress.org/log/easy-inputs/)。

## 變更記錄

#### 1.2.1

First release to the WordPress Plugins Directory

#### 1.2.2

Sample code is confusing the WordPress plugin updater. Removing.

## 中繼資料

 *  版本 **1.2.2**
 *  最後更新 **8 年前**
 *  啟用安裝數 **少於 10 次**
 *  WordPress 版本需求 ** 4.0 或更新版本 **
 *  已測試相容的 WordPress 版本 **4.9.29**
 *  PHP 版本需求 ** 5.6 或更新版本 **
 *  語言
 * [English (US)](https://wordpress.org/plugins/easy-inputs/)
 * 標籤:
 * [forms](https://tw.wordpress.org/plugins/tags/forms/)[html](https://tw.wordpress.org/plugins/tags/html/)
   [inputs](https://tw.wordpress.org/plugins/tags/inputs/)[metadata](https://tw.wordpress.org/plugins/tags/metadata/)
   [settings](https://tw.wordpress.org/plugins/tags/settings/)
 *  [進階檢視](https://tw.wordpress.org/plugins/easy-inputs/advanced/)

## 評分

這個項目尚無任何評論記錄。

[Your review](https://wordpress.org/support/plugin/easy-inputs/reviews/#new-post)

[查看全部使用者評論](https://wordpress.org/support/plugin/easy-inputs/reviews/)

## 參與者

 *   [ Tom Belknap ](https://profiles.wordpress.org/dragonflyeye/)

## 技術支援

使用者可在技術支援論壇提出意見反應或使用問題。

 [檢視技術支援論壇](https://wordpress.org/support/plugin/easy-inputs/)