Advertisement
designbymerovingi

debug without log file

Aug 28th, 2017
193
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.10 KB | None | 0 0
  1. define( 'WP_DEBUG', true );
  2. define( 'WP_DEBUG_DISPLAY', false );
  3. @ini_set( 'display_errors', 0 );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement