User Tools

Site Tools


wiki:turn_off_php_warnings_wordpress

Turn off php warnings for Wordpress

Also turns off deprecation warnings.

Put this into wp-config.php

ini_set('display_errors','Off');
ini_set('error_reporting', E_ALL );
define('WP_DEBUG', false);
define('WP_DEBUG_DISPLAY', false);

Tested on

  • Debian 11
  • php 7.4

See also

References

wiki/turn_off_php_warnings_wordpress.txt · Last modified: 2022/01/03 15:40 by antisa

Except where otherwise noted, content on this wiki is licensed under the following license: CC0 1.0 Universal
CC0 1.0 Universal Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki