So I’ve gotten a couple of people telling me that they were getting the same error about the ‘filter_var’ function in PHP not being defined. My guess is that either they’re running off of an older version of PHP or their PHP settings have disabled the function. Either way, it’s out of my control.
But what I am able to do is to replace the ‘filter var’ functions with other sanitization/filtering functions.
So I did.
Version 1.3 now uses validation methods other than filter_var.
Enjoy.