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://ja.wordpress.org/plugins/easy-inputs/#description)
 * [レビュー](https://ja.wordpress.org/plugins/easy-inputs/#reviews)
 *  [インストール](https://ja.wordpress.org/plugins/easy-inputs/#installation)
 * [開発](https://ja.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/)

## FAQ

  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/)
をチェックするか、[開発ログ](https://plugins.trac.wordpress.org/log/easy-inputs/)
を [RSS](https://plugins.trac.wordpress.org/log/easy-inputs/?limit=100&mode=stop_on_copy&format=rss)
で購読してみてください。

## 変更履歴

#### 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://ja.wordpress.org/plugins/tags/forms/)[html](https://ja.wordpress.org/plugins/tags/html/)
   [inputs](https://ja.wordpress.org/plugins/tags/inputs/)[metadata](https://ja.wordpress.org/plugins/tags/metadata/)
   [settings](https://ja.wordpress.org/plugins/tags/settings/)
 *  [詳細を表示](https://ja.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/)