wpseek.com
A WordPress-centric search engine for devs and theme authors
wp_fatal_error_handler_enabled › WordPress Filter Hooks
Since5.2.0
Deprecatedn/a
› apply_filters( 'wp_fatal_error_handler_enabled', $enabled )
| Parameters: |
|
| Defined at: |
|
| Codex: |
Filters whether the fatal error handler is enabled.
**Important:** This filter runs before it can be used by plugins. It cannot be used by plugins, mu-plugins, or themes. To use this filter you must define a `$wp_filter` global before WordPress loads, usually in `wp-config.php`. Example: $GLOBALS['wp_filter'] = array( 'wp_fatal_error_handler_enabled' => array( 10 => array( array( 'accepted_args' => 0, 'function' => function() { return false; }, ), ), ), ); Alternatively you can use the `WP_DISABLE_FATAL_ERROR_HANDLER` constant.Related Functions: wp_is_fatal_error_handler_enabled, wp_register_fatal_error_handler, wp_embed_handler_audio, wp_import_handle_upload, wp_embed_handler_youtube, wp_embed_handler_googlevideo