why does $_GET not work in functions.php file? – WordPress
my url query string is http://website.local/residences/?status=status2&type=apartments&price=null When I echo $_GET['status'] from my page template I get 'status2', which is obviously correct. But I try to get that value from my functions.php it returns false. I'm using ajax to load in…