wordpress turn off php warnings

61

wordpress turn off php warnings -

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

Comments

Submit
0 Comments