File: wp-includes/load.php
-
functionwp_get_development_mode()
Retrieves the current development mode.
-
functionwp_is_development_mode()
Checks whether the site is in the given development mode.
-
functionis_login()
Determines whether the current request is for the login screen.
-
Filters whether to enable loading of the object-cache.php drop-in.
-
functiontimer_float()
Gets the time elapsed so far during this PHP script.
-
Checks if this site is protected by HTTP Basic Auth.
-
Filters whether a site is protected by HTTP Basic Auth.
-
functionwp_is_json_media_type()
Checks whether a string is a valid JSON Media Type.
-
Fires when `is_wp_error()` is called and its parameter is an instance of `WP_Error`.
-
Populates the Basic Auth server details from the Authorization header.
-
functionwp_get_environment_type()
Retrieves the current environment type.
-
functionwp_is_maintenance_mode()
Checks if maintenance mode is enabled.
-
functionwp_is_jsonp_request()
Checks whether current request is a JSONP request, or is expecting a JSONP response.
-
functionwp_is_xml_request()
Checks whether current request is an XML request, or is expecting an XML response.
-
functionis_protected_ajax_action()
Determines whether we are currently handling an Ajax action that should be protected against WSODs.
-
Filters the array of protected Ajax actions.
-
functionwp_is_recovery_mode()
Determines whether WordPress is in Recovery Mode.
-
functionis_protected_endpoint()
Determines whether we are currently on an endpoint that should be protected against WSODs.
-
Filters whether the current request is against a protected endpoint.
-
functionwp_skip_paused_plugins()
Filters a given list of plugins, removing any paused plugins from it.
-
functionwp_skip_paused_themes()
Filters a given list of themes, removing any paused themes from it.
-
functionwp_using_themes()
Determines whether the current request should use themes.
-
hookwp_using_themes
Filters whether the current request should use themes.
-
functionwp_get_active_and_valid_themes()
Retrieves an array of active and valid themes.
-
functionwp_is_json_request()
Checks whether current request is a JSON request, or is expecting a JSON response.
-
Finalizes scraping for edited file errors.
-
Starts scraping edited file errors.
-
hookfile_mod_allowed
Filters whether file modifications are allowed.
-
functionwp_doing_cron()
Determines whether the current request is a WordPress cron request.
-
hookwp_doing_cron
Filters whether the current request is a WordPress cron request.