This week I talk about log files and debugging in WordPress
Upcoming Events
- No WordCamps
Segment 1: In the News
- Kinsta article about NULLED plugins
- WordPress Names 5.5 Release Leads
- Plans All-Women Release Squad for 5.6
Segment 2: Log files & Debugging
Add to wp-config file:
- define( ‘WP_DEBUG', true );
- define( ‘WP_DEBUG_LOG', true );
- define( ‘WP_DEBUG_LOG', ‘/tmp/wp-errors.log' );
- Knowledge Base article over at make.wordPress.org
Segment 3: Tool of the Week