Callback for sanitizing the external_header_video value.
Parameters
$value
stringrequired- URL.
Source
public function _sanitize_external_header_video( $value ) {
return sanitize_url( trim( $value ) );
}
Changelog
Version | Description |
---|---|
4.7.1 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.