Gets the paused extensions with their errors.
WP_Paused_Extensions_Storage::get
Gets the error for an extension, if paused.
WP_Paused_Extensions_Storage::delete
Forgets a previously recorded extension error.
WP_Paused_Extensions_Storage::set
Records an extension error.
Advertisement
WP_Paused_Extensions_Storage::__construct
Constructor.
WP_Paused_Extensions_Storage
Core class used for storing paused extensions.
networks_pre_query
Filter the network data before the query takes place.
WP_Http_Cookie::__construct
Sets up this cookie object.
Advertisement
wp_php_error_args
Filters the arguments passed to {@see wp_die()} for the default PHP error template.
wp_php_error_message
Filters the message that the default PHP error template displays.
WP_Fatal_Error_Handler::display_default_error_template
Displays the default PHP error template.
WP_Fatal_Error_Handler::display_error_template
Displays the PHP error template and sends the HTTP status code, typically 500.
Advertisement
wp_should_handle_php_error
Filters whether a given thrown error should be handled by the fatal error handler.
WP_Fatal_Error_Handler::detect_error
Detects the error causing the crash if it should be handled.
WP_Fatal_Error_Handler::should_handle_error
Determines whether we are dealing with an error that WordPress should handle in order to protect the admin backend against WSODs.