WordPress.org

Nederlands

  • Thema’s
  • Plugins
  • Nieuws
    • Documentatie
    • Forums
  • Over
    • Vertaalproces
    • Stijlgids
    • Onze community
    • Meetups
    • WordCamps
  • Contact
  • WordPress downloaden
WordPress downloaden
WordPress.org

Plugin Directory

Easy Inputs

  • Dien een plugin in
  • Mijn favorieten
  • Login
  • Dien een plugin in
  • Mijn favorieten
  • Login

Deze plugin is niet getest met de laatste 3 grotere versies van WordPress. Mogelijk wordt het niet meer onderhouden of ondersteund. Ook kunnen er compatibiliteitsproblemen ontstaan wanneer het wordt gebruikt met recentere versies van WordPress.

Easy Inputs

Door Tom Belknap
Download
  • Details
  • Beoordelingen
  • Installatie
  • Ontwikkeling
Ondersteuning

Beschrijving

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.

Installatie

  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

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

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!

Beoordelingen

Er zijn geen beoordelingen voor deze plugin.

Bijdragers & ontwikkelaars

“Easy Inputs” is open source software. De volgende personen hebben bijgedragen aan deze plugin.

Bijdragers
  • Tom Belknap

Vertaal “Easy Inputs” naar jouw taal.

Interesse in ontwikkeling?

Bekijk de code, haal de SVN repository op, of abonneer je op het ontwikkellog via RSS.

Changelog

1.2.1

First release to the WordPress Plugins Directory

1.2.2

Sample code is confusing the WordPress plugin updater. Removing.

Meta

  • Versie 1.2.2
  • Laatst geüpdatet 7 jaar geleden
  • Actieve installaties Minder dan 10
  • WordPress versie 4.0 of nieuwer
  • Getest t/m 4.9.26
  • PHP versie 5.6 of nieuwer
  • Taal
    English (US)
  • Tags
    formshtmlinputsmetadatasettings
  • Geavanceerde weergave

Waarderingen

Er zijn nog geen beoordelingen ingediend.

Mijn beoordeling toevoegen

Bekijk alle beoordelingen

Bijdragers

  • Tom Belknap

Ondersteuning

Iets te melden? Hulp nodig?

Het supportforum bekijken

  • Over
  • Nieuws
  • Hosting
  • Privacy
  • Showcase
  • Thema's
  • Plugins
  • Patronen
  • Leren
  • Ondersteuning
  • Ontwikkelaars
  • WordPress.tv ↗
  • Raak betrokken
  • Evenementen
  • Doneren ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Nederlands

  • Onze Facebook pagina bezoeken
  • Bezoek ons X (voorheen Twitter) account
  • Visit our Mastodon account
  • Bezoek ons Instagram account
  • Bezoek ons LinkedIn account
  • Bezoek ons YouTube kanaal
Code is poëzie.