How can I stop PHP notices from appearing in wordpress?

后端 未结 6 1109
后悔当初
后悔当初 2020-12-05 04:35

I know about error_reporting(0);, and ini_set(\'display_errors\', false);, but there is a notice appearing in wordpress:

Not

6条回答
  •  渐次进展
    2020-12-05 05:21

    Jan 2015 with latest Wordpress, none of the above works for me.

    Creating a php file in mu-plugins folder of Wordpress worked, like :

    Just name it anything you want ...

    i got the answer from here :

    https://wycks.wordpress.com/2013/12/05/how-to-remove-error-notices-using-wordpresss-wp_debug/

提交回复
热议问题