wp_is_fatal_error_handler_enabled


wp_is_fatal_error_handler_enabled ( No parameters )

Returns:
  • (bool) True if the fatal error handler is enabled, false otherwise.
Defined at:

Description

Checks whether the fatal error handler is enabled.A constant `WP_DISABLE_FATAL_ERROR_HANDLER` can be set in `wp-config.php` to disable it, or alternatively the {@see 'wp_fatal_error_handler_enabled'} filter can be used to modify the return value.

Related Functions

wp_register_fatal_error_handler, wp_is_ini_value_changeable, wp_revisions_enabled, wp_import_handle_upload, wp_embed_handler_audio

Top Google Results

User discussions

wpseek mobile