ole1986 / wp-ispconfig3

Wordpress ISPConfig plugin with Gutenberg support
https://wordpress.org/plugins/wp-ispconfig3/
28 stars 13 forks source link

Hidden Field #12

Closed RodriAndreotti closed 6 years ago

RodriAndreotti commented 6 years ago

Is possible to include the type "hidden" for getField method? I have included here in this line:

if($type == 'text' || $type == 'password')

Changing to: if($type == 'text' || $type == 'password' || $type = 'hidden')

On index.php

This feature is important to receive a info from url, post or session.

Tks.