WordPress.org

Svenska

  • Teman
  • Tillägg
  • Nytt
  • Support
  • Om…
  • Mönster
  • Engagera dig!
  • Skaffa WordPress
Skaffa WordPress
WordPress.org

Plugin Directory

Easy Inputs

  • Skicka in ett tillägg
  • Mina favoriter
  • Logga in
  • Skicka in ett tillägg
  • Mina favoriter
  • Logga in

Det här tillägget har inte testats med någon av de 3 senaste huvudversionerna av WordPress. Det kanske inte längre underhålls och kan ha kompatibilitetsproblem när det används tillsammans med nyare versioner av WordPress.

Easy Inputs

Av Tom Belknap
Ladda ner
  • Detaljer
  • Recensioner
  • Installation
  • Utveckling
Support

Beskrivning

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.

Installation

  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

Vanliga frågor

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!

Recensioner

Detta tillägg har inga recensioner.

Bidragsgivare och utvecklare

”Easy Inputs” är programvara med öppen källkod. Följande personer har bidragit till detta tillägg.

Bidragande personer
  • Tom Belknap

Översätt ”Easy Inputs” till ditt språk.

Intresserad av programutveckling?

Läs programkoden, kika på SVN-filförvaret eller prenumerera på utvecklarloggen via RSS.

Ändringslogg

1.2.1

First release to the WordPress Plugins Directory

1.2.2

Sample code is confusing the WordPress plugin updater. Removing.

Meta

  • Version 1.2.2
  • Senast uppdaterat 7 år sedan
  • Aktiva installationer Färre än 10
  • WordPress-version 4.0 eller senare
  • Testat upp till 4.9.26
  • PHP-version 5.6 eller senare
  • Språk
    English (US)
  • Etiketter
    formshtmlinputsmetadatasettings
  • Avancerad vy

Betyg

No reviews have been submitted yet.

Lägg till min recension

Se alla recensioner

Bidragande personer

  • Tom Belknap

Support

Har du något att säga? Behöver du hjälp?

Visa supportforum

  • Om
  • Nyheter
  • Webbhotell (hosting)
  • Integritet
  • Showcase
  • Teman
  • Tillägg
  • Mönster
  • Lär dig
  • Support
  • Utvecklare
  • WordPress.tv ↗
  • Engagera dig
  • Evenemang
  • Donera ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Svenska

  • Besök vår X-konto (f.d. Twitter)
  • Visit our Bluesky account
  • Besök vårt Mastodon-konto
  • Visit our Threads account
  • Besök vår Facebook-sida
  • Besök vårt Instagram-konto
  • Besök vårt LinkedIn-konto
  • Visit our TikTok account
  • Besök vår YouTube-kanal
  • Visit our Tumblr account
Kod är poesi.