Changes between Initial Version and Version 1 of Ticket #46825, comment 24
- Timestamp:
- 05/19/2019 09:19:45 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #46825, comment 24
initial v1 25 25 26 26 Set `define( 'WP_DISABLE_FATAL_ERROR_HANDLER', true );` to disable the email and make sure WP_DEBUG_DISPLAY is true (default is true). That should show errors on page. Obviously not ideal to use in production. 27 28 All those an be set in the plugin settings.