How to get posts published in the last 10 days using WP_Query

I needed this functionality on a recent project using WooCommerce. The client wanted to create a page where all of the products added within the last 10 days would display dynamically. I am pretty familiar with WP_Query so turned there to come up with a solution. This is what I ended up using to pull … Continue reading How to get posts published in the last 10 days using WP_Query