Changes between Initial Version and Version 1 of Ticket #60802
- Timestamp:
- 03/18/2024 07:42:34 PM (14 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #60802 – Description
initial v1 8 8 - 'Enable debug log on/off' -- WP_DEBUG_LOG true/false - set to true/on as default and 9 9 - Site Health could and should have a tab to view contents of debug logs within wp-admin (maybe -tail 30 or the last 30-50 results, potentially could improve on this to hide duplicate entries, to hide warnings and notices and to grep/search for keywords) 10 - 'Show errors on front end on/off' - WP_DEBUG -DISPLAY true/false with a default to false so as not to expose debugging to end users and this could also have a toggle option to display errors only in wp-admin pages and not on the front end10 - 'Show errors on front end on/off' - WP_DEBUG_DISPLAY true/false with a default to false so as not to expose debugging to end users and this could also have a toggle option to display errors only in wp-admin pages and not on the front end 11 11 - Debugging should be set to never display on the front end in the first place as a default (ever), that could probably be it's own ticket 12 12 - This could be expanded on to include toggle settings for SCRIPT_DEBUG and SAVEQUERIES constants