WordPress.org

Norsk (Nynorsk)

  • Bunader
  • Innstikk
  • News
  • Om
  • Bidra til nynorskomsetjinga
  • Remembers
  • Blocks
  • Kontakt oss
  • Education
  • Get WordPress
Get WordPress
WordPress.org

Plugin Directory

Easy Inputs

  • Submit a plugin
  • My favorites
  • Log in
  • Submit a plugin
  • My favorites
  • Log in

Dette innstikket er ikkje testa med dei tre siste utgåvene av WordPress. Det kan henda det ikkje blir vedlikehalde lenger, og kan ha problem med nyare versjonar av WordPress.

Easy Inputs

Av Tom Belknap
Last ned
  • Detaljar
  • Omtalar
  • Installasjon
  • Utvikling
Hjelp

Skildring

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.

Installasjon

  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

Vanlege spm.

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!

Omtalar

There are no reviews for this plugin.

Bidragsytarar og utviklarar

“Easy Inputs” is open source software. The following people have contributed to this plugin.

Contributors
  • Tom Belknap

Omset “Easy Inputs” til ditt eige språk.

Interested in development?

Les kjeldekoden, sjekk SVN-lageret eller abonner på utviklingsloggen med RSS.

Endringslogg

1.2.1

First release to the WordPress Plugins Directory

1.2.2

Sample code is confusing the WordPress plugin updater. Removing.

Om

  • Version 1.2.2
  • Last updated 7 år sidan
  • Active installations Færre enn 10
  • WordPress version 4.0 eller nyare
  • Tested up to 4.9.28
  • PHP version 5.6 eller nyare
  • Language
    English (US)
  • Tags
    formshtmlinputsmetadatasettings
  • Avansert vising

Vurderingar

No reviews have been submitted yet.

Legg til vurderinga mi

See all reviews

Contributors

  • Tom Belknap

Hjelp

Har du noko å seia? Treng du hjelp?

Sjå hjelpeforumet

  • About
  • News
  • Hosting
  • Privacy
  • Showcase
  • Themes
  • Plugins
  • Patterns
  • Learn
  • Support
  • Developers
  • WordPress.tv ↗
  • Get Involved
  • Events
  • Donate ↗
  • Five for the Future
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

Norsk (Nynorsk)

  • Visit our X (formerly Twitter) account
  • Visit our Bluesky account
  • Visit our Mastodon account
  • Visit our Threads account
  • Visit our Facebook page
  • Visit our Instagram account
  • Visit our LinkedIn account
  • Visit our TikTok account
  • Visit our YouTube channel
  • Visit our Tumblr account
Kode er poesi.