İçeriğe geç
WordPress.org

WordPress Türkiye

  • Temalar
  • Eklentiler
  • Haberler
  • Hakkında
  • Facebook
  • Twitter
  • WordPress edinin
WordPress edinin
WordPress.org

Plugin Directory

Easy Inputs

  • Bir eklenti gönderin
  • Favorilerim
  • Giriş yap
  • Bir eklenti gönderin
  • Favorilerim
  • Giriş yap

Bu eklenti, WordPress’in son 3 ana dağıtımı ile test edilmemiş. Artık bakımı yapılmıyor veya desteklenmiyor olabilir ve WordPress’in daha güncel sürümleriyle birlikte kullanıldığında uyumluluk sorunları olabilir.

Easy Inputs

Tom Belknap tarafından
İndir
  • Detaylar
  • İncelemeler
  • Kurulum
  • Geliştirme
Destek

Açıklama

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.

Yükleme

  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

SSS

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!

İncelemeler

Bu eklenti için herhangi bir değerlendirme bulunmuyor.

Katkıda Bulunanlar ve Geliştiriciler

“Easy Inputs” açık kaynaklı yazılımdır. Aşağıdaki kişiler bu eklentiye katkıda bulunmuşlardır.

Katkıda bulunanlar
  • Tom Belknap

“Easy Inputs” eklentisini dilinize çevirin.

Geliştirmeyle ilgilenir misiniz?

Kodu görüntüleyin, SVN deposuna göz atın ya da RSS ile geliştirme günlüğüne abone olun.

Değişiklik Kaydı

1.2.1

First release to the WordPress Plugins Directory

1.2.2

Sample code is confusing the WordPress plugin updater. Removing.

Meta

  • Sürüm 1.2.2
  • Son güncelleme 8 yıl önce
  • Etkin kurulumlar 10dan fazla
  • WordPress sürümü 4.0 veya üstü
  • Test edilen sürüm 4.9.28
  • PHP sürümü 5.6 veya üstü
  • Dil
    English (US)
  • Etiketler
    formshtmlinputsmetadatasettings
  • Gelişmiş görünüm

Puanlar

No reviews have been submitted yet.

İncelememi ekle

Tüm değerlendirmeleri görün

Katkıda bulunanlar

  • Tom Belknap

Destek

Söyleyeceğiniz bir şey mi var? Yardım mı lazım?

Destek forumunu görüntüle

  • Hakkında
  • Haberler
  • Barındırma
  • Gizlilik
  • Vitrin
  • Temalar
  • Eklentiler
  • Modeller
  • Öğren
  • Destek
  • Geliştiriciler
  • WordPress.tv ↗
  • Katılın
  • Etkinlikler
  • Bağış ↗
  • Gelecek için Beş
  • WordPress.com ↗
  • Matt ↗
  • bbPress ↗
  • BuddyPress ↗
WordPress.org
WordPress.org

WordPress Türkiye

  • X (eski Twitter) hesabımıza bakın
  • Bluesky hesabımızı ziyaret edin
  • Mastodon hesabımızı ziyaret edin
  • Threads hesabımızı ziyaret edin
  • Facebook sayfamızı ziyaret edin
  • Instagram hesabımızı ziyaret edin
  • LinkedIn hesabımızı ziyaret edin
  • TikTok hesabımızı ziyaret edin
  • YouTube kanalımızı ziyaret edin
  • Tumblr hesabımızı ziyaret edin
Kod şiirdir.
The WordPress® trademark is the intellectual property of the WordPress Foundation.