Advertisement
tribulant

Turn off PHP error_reporting in WordPress

Jan 13th, 2014
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.06 KB | None | 0 0
  1. <?php
  2.  
  3. error_reporting(0);
  4. @ini_set('display_errors', 0);
  5.  
  6. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement