Advertisement
tommyosheawebdesign

WordPress hide all php warnings

Mar 2nd, 2022
1,174
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.13 KB | None | 0 0
  1. ini_set('display_errors','Off');
  2. ini_set('error_reporting', E_ALL );
  3. define('WP_DEBUG', false);
  4. define('WP_DEBUG_DISPLAY', false);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement