tombenner / wp-mvc

An MVC framework for WordPress
http://wpmvc.org
MIT License
623 stars 172 forks source link

4 additional HTML5 input helper methods #245

Closed Gumster closed 4 years ago

Gumster commented 5 years ago

New url, email, date & time types. The types can be requested by method (date_input()) or from the options array (['type' => 'date']) as per other inputs in mvc_form_helper