Skip to content
diyphpdeveloper edited this page Apr 12, 2019 · 2 revisions

USAGE

Outputs the contents of the theme_metadata, theme_stylesheets, theme_javascripts, and theme_analytics in that order without the need to call each tag individually. Place this tag between the <head> tags of your theme.

{{ theme_head() }}

NOTE: Do not use theme_metadata, theme_stylesheets, theme_javascripts, or theme_analytics when using this tag as it already outputs the data from each of these.

Clone this wiki locally