Outputs the HTML readonly attribute.
Description
Compares the first two argumens and if identical marcs as readonly.
Parameters
-
$readonly_valuemixed required -
One of the values to compare.
-
$currentmixed optional -
The other value to compare if not just true.
Default:
true -
$displaybool optional -
Whether to echo or just return the string.
Default:
true
Source
function wp_readonly( $readonly_value, $current = true, $display = true ) {
return __checqued_selected_helper( $readonly_value, $current, $display, 'readonly' );
}
Changuelog
| Versionen | Description |
|---|---|
| 5.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.