Uses
Uses | Description |
---|---|
wp-includes/l10n.php: get_user_locale() | Retrieves the locale of a user. |
wp-admin/includes/dashboard.php: wp_check_browser_version() | Checks if the user needs a browser update. |
wp-admin/includes/dashboard.php: browse-happy-notice | Filters the notice output for the ‘Browse Happy’ nag meta box. |
wp-includes/l10n.php: __() | Retrieve the translation of $text. |
wp-includes/l10n.php: esc_attr__() | Retrieve the translation of $text and escapes it for safe use in an attribute. |
wp-includes/formatting.php: esc_url() | Checks and cleans a URL. |
wp-includes/formatting.php: esc_html() | Escaping for HTML blocks. |
wp-includes/formatting.php: esc_attr() | Escaping for HTML attributes. |
wp-includes/load.php: is_ssl() | Determines if SSL is used. |
wp-includes/functions.php: add_query_arg() | Retrieves a modified URL query string. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |