Uses
Uses | Description |
---|---|
wp-includes/load.php: wp_is_json_request() | Checks whether current request is a JSON request, or is expecting a JSON response. |
wp-includes/l10n.php: pre_determine_locale | Filters the locale for the current request prior to the default determination process. |
wp-includes/l10n.php: determine_locale | Filters the locale for the current request. |
wp-includes/l10n.php: get_user_locale() | Retrieves the locale of a user. |
wp-includes/l10n.php: get_locale() | Retrieves the current locale. |
wp-includes/formatting.php: sanitize_text_field() | Sanitizes a string from user input or from the database. |
wp-includes/load.php: is_admin() | Determines whether the current request is for an administrative interface page. |
wp-includes/plugin.php: apply_filters() | Calls the callback functions that have been added to a filter hook. |