WordPress has a list of reserved words, can I override them, to use one in a query string?
I want to use blah.com/myscript/?year=2020
But this causes a 404 (and yet the page loads). However, it seems as though trying to serve a download is borked, because of the year parameter. Is there a way to disable wp’s grip on this simple word?