WordPress – How to modify archive get_post function?

You can change the get_post function by hooking to pre_get_posts filter. For example, if you have custom post cars, with the archive under www.demo.com/cars and you want to be able to pass a parameter like www.demo.com/cars?year=2020 You would write the fallowing...