How to remove E_DEPRECATED error level ?
-
Hello,
When setting the loger to the INFO level, there might be many E_DEPRECATED errors showing. They disappear when changing it to NOTICE level, but the others E_INFOS are removed too.
I’ve tried changing calling the following from an mu plugin but they are still here :
error_reporting(E_ALL ^ E_DEPRECATED);
Would there be a way ot get rid of them ?
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘How to remove E_DEPRECATED error level ?’ is closed to new replies.