Used By
| Used By | Description | 
|---|---|
| wp-includes/l10n.php: determine_locale() | Determine the current locale desired for the request. | 
| wp-admin/includes/plugin-install.php: plugins_api() | Retrieves plugin installer pages from the WordPress.org Plugins API. | 
| wp-includes/load.php: wp_debug_mode() | Set PHP error reporting based on WordPress debug settings. | 
| wp-includes/functions.php: wp_die() | Kills WordPress execution and displays HTML page with an error message. | 
| wp-includes/admin-bar.php: is_admin_bar_showing() | Determines whether the admin bar should be showing. |