Wordpress Turn Off Php Warnings

[Solved] Wordpress Turn Off Php Warnings | Php - Code Explorer | yomemimo.com
Question : wordpress turn off php warnings

Answered by : poor-panther-xkv15af3789i

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

Source : https://www.wpbeginner.com/wp-tutorials/how-to-turn-off-php-errors-in-wordpress/ | Last Update : Thu, 13 Aug 20

Answers related to wordpress turn off php warnings

Code Explorer Popular Question For Php