Uses
Uses | Description |
---|---|
wp-includes/general-template.php: language_attributes | Filters the language attributes for display in the ‘html’ tag. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/general-template.php: get_bloginfo() | Retrieves information about the current site. |
wp-includes/l10n.php: is_rtl() | Determines whether the current locale is right-to-left (RTL). |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |
wp-includes/option.php: get_option() | Retrieves an option value based on an option name. |