You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.