Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #60802


Ignore:
Timestamp:
03/18/2024 07:42:34 PM (14 months ago)
Author:
amykamala
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #60802 – Description

    initial v1  
    88- 'Enable debug log on/off' -- WP_DEBUG_LOG true/false - set to true/on as default and
    99- 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 end
     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 end
    1111- 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
    1212- This could be expanded on to include toggle settings for SCRIPT_DEBUG and SAVEQUERIES constants