Skip to content

Instantly share code, notes, and snippets.

View nderambure's full-sized avatar

Nicolas Derambure nderambure

View GitHub Profile
@nderambure
nderambure / wp-config-debug.php
Created April 15, 2017 13:55 — forked from jrfnl/wp-config-debug.php
Code to add to wp-config.php to enhance information available for debugging.
<?php
/**
* == About this Gist ==
*
* Code to add to wp-config.php to enhance information available for debugging.
*
* You would typically add this code below the database, language and salt settings
*
* Oh.. and *do* make sure you change the path to the log file to a proper file path on your server (make sure it exists).
*