form_option( string $option )
Prints option value after sanitizing for forms.
Parameters
- $option
-
(string) (Required) Option name.
Source
File: wp-includes/option.php
function form_option( $option ) {
echo esc_attr( get_option( $option ) );
} Changelog
| Version | Description |
|---|---|
| 1.5.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/functions/form_option