Title: Easy Inputs
Author: Tom Belknap
Published: <strong>17.10.2017</strong>
Last modified: 22.07.2018

---

Поиск плагинов

![](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://ru.wordpress.org/plugins/easy-inputs/#description)
 * [Отзывы](https://ru.wordpress.org/plugins/easy-inputs/#reviews)
 *  [Установка](https://ru.wordpress.org/plugins/easy-inputs/#installation)
 * [Разработка](https://ru.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/), или подпишитесь
на [журнал разработки](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://ru.wordpress.org/plugins/tags/forms/)[html](https://ru.wordpress.org/plugins/tags/html/)
   [inputs](https://ru.wordpress.org/plugins/tags/inputs/)[metadata](https://ru.wordpress.org/plugins/tags/metadata/)
   [settings](https://ru.wordpress.org/plugins/tags/settings/)
 *  [Дополнительно](https://ru.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/)