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)

**该插件尚未通过WordPress的最新3个主要版本进行测试**。 当与较新版本的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://cn.wordpress.org/plugins/easy-inputs/#description)
 * [评价](https://cn.wordpress.org/plugins/easy-inputs/#reviews)
 *  [安装](https://cn.wordpress.org/plugins/easy-inputs/#installation)
 * [开发进展](https://cn.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 或更高版本 **
 *  已测试的最高版本为 **4.9.29**
 *  PHP 版本 ** 5.6 或更高版本 **
 *  语言
 * [English (US)](https://wordpress.org/plugins/easy-inputs/)
 * 标签
 * [forms](https://cn.wordpress.org/plugins/tags/forms/)[html](https://cn.wordpress.org/plugins/tags/html/)
   [inputs](https://cn.wordpress.org/plugins/tags/inputs/)[metadata](https://cn.wordpress.org/plugins/tags/metadata/)
   [settings](https://cn.wordpress.org/plugins/tags/settings/)
 *  [高级视图](https://cn.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/)