wpseek.com
A WordPress-centric search engine for devs and theme authors
wp-includes/error-protection.php › WordPress File
Functions6
› Error Protection API: Functions
Function | Short description |
---|---|
wp_get_extension_error_description | Get a human readable description of an extension's error. |
wp_is_fatal_error_handler_enabled | Checks whether the fatal error handler is enabled. |
wp_paused_plugins | Get the instance for storing paused plugins. |
wp_paused_themes | Get the instance for storing paused extensions. |
wp_recovery_mode | Access the WordPress Recovery Mode instance. |
wp_register_fatal_error_handler | Registers the shutdown handler for fatal errors. |