Archive | Functions by letter g RSS feed for this section

get_manifest

Retrieve list of all cacheable WP filesArray format: file, version (optional), bool (whether to use src and set ignoreQuery, defaults to true)

1476

Continue reading

get_locale_stylesheet_uri

Retrieve localized stylesheet URI.The stylesheet directory for the localized stylesheet files are located, by default, in the base theme directory. The name of the locale file will be the locale followed by ‘.css’. If that does not exist, then the text direction stylesheet will be checked for existence, for example ‘ltr.css’.

1474

Continue reading

get_locale

Gets the current locale.If the locale is set, then it will filter the locale in the ‘locale’ filter hook and return the value.

1472

Continue reading