I altered the contents of $_POST.
But then, I apply filters with the new PHP filter functions, and it seems like they go back to what was originally in $_POST. I think it’s getting the data from somewhere else, like from INPUT_POST. I’m trying to dump the contents of it to see how it works but haven’t been able to.
Do any of you know how to get the filter functions to get the altered $_POST?