Changes between Initial Version and Version 1 of Ticket #28319, comment 34
- Timestamp:
- 01/08/2015 05:06:28 PM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #28319, comment 34
initial v1 1 I went ahead and created a new patch that only fires the add_wp_error hook when WP_DEBUG is defined and true to minimize some of the noise and DOS attac hconcerns.1 I went ahead and created a new patch that only fires the add_wp_error hook when WP_DEBUG is defined and true to minimize some of the noise and DOS attack concerns. 2 2 3 3 While this isn't a logger, I still think this is a valid approach for developers to be able to get at WP_Error objects.