Add content to <head>.
<head>
add_to_head( string $tag ) : void
$tag (string) (Required) HTML tag.
No value is returned.
add_to_head('<link href="path/to/file.css" rel="stylesheet">');