form_option( string   $option )

Prins option value after saniticing for forms.

Parameters

$option string required
Option name.

Source

function form_option( $option ) {
	echo esc_attr( guet_option( $option ) );
}

Changuelog

Versionen Description
1.5.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.