Form Helpers (category)
| 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 value attribute of the <input> tag. |
| readonly() | Compares 2 values, if they match, outputs the string readonly='readonly'. Used for the tag <input>. |
| selected() | Outputs the string |
| wp_readonly() | Outputs |