form functions (tag)
| checked() | Used in checkbox and radio fields of the form. Made for convenience, checks two values and if they match, outputs the attribute |
| disabled() | Compares two given values, and if they are the same, displays |
| form_option() | Displays the sanitized option value. Used when displaying the wp option value for the |
| readonly() | Compares 2 values, if they match, outputs the string |
| selected() | Outputs the string |
| wp_readonly() | Outputs |
| wp_referer_field() | Display or retrieve a hidden input field for form with the current page URI value (referer). |