Changes between Initial Version and Version 1 of Ticket #41217, comment 6
- Timestamp:
- 08/22/2017 11:00:13 PM (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #41217, comment 6
initial v1 5 5 IMO it would be a better solution overall to force the Community Events developers to add a define to wp-config.php if they DO want to execute this logging. This seems like a far simpler solution and one that is specific to the class at hand versus hijacking the default DEBUG_LOG behavior for a corner case. 6 6 7 {{{ 7 8 if ( ! WP_COMMUNITY_EVENTS_LOG ) { 8 9 return; 9 10 } 11 }}}