Prints option value after sanitizing for forms.
$optionstringrequired
function form_option( $option ) {
echo esc_attr( get_option( $option ) );
}
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
© 2003–2024 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/form_option