head_css

Head-related functions

Summary

The head_css() helper function prints HTML link tags to the page for each stylesheet added with queue_css_file. It is commonly used in a theme’s common/header.php file to print the link tags inside the page head.

head_css()

Return the CSS link tags that will be used on the page.

This should generally be used with echo to print the scripts in the pagehead.

Returns:string

Usage

Examples

See Also