Can't seem to figure this one out.
I have a warning I want to supress. No problem with: error_reporting(E_ERROR | E_PARSE)
But when I make an ajax request that loads some data, and that data generates that warning I want to supress, it shows up in my injected code.
So my question, is there a way to supress those warnings?