Get WooCommerce best selling products for the current month [closed]
It’s not possible to use a date on best selling products, as product total_sales can’t be related to any date. To make that possible it should require to query products checking in each paid orders from current month using WPDB class and a SQL query like in this custom function (with an optional argument to … Read more