add_to_head()

Add content to <head>.


add_to_head( string $tag ) : void

Parameters

$tag (string) (Required) HTML tag.

Return Values

No value is returned.

Examples

add_to_head('<link href="path/to/file.css" rel="stylesheet">');