krlaboratories

how enable debug.log in wordpress

Oct 30th, 2021 (edited)
597
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.08 KB | None | 0 0
  1. add in wp-config.php:
  2.  
  3. define ('WP_DEBUG', true);
  4. define ('WP_DEBUG_LOG', true);
Add Comment
Please, Sign In to add comment