Closed bahreynipour closed 2 years ago
Cortex does nothing more than forward parameters to WordPress WP Query.
If some parameter is not working, that is on WP... but I doubt that is the case.
I think you should change order_by
with orderby
. See https://developer.wordpress.org/reference/classes/wp_query/#order-orderby-parameters
Hi, I want to have a route with my desired woocommerce products based on "post__in". But seems it's not working and all of the products returns. Here is my code:
i would appreciate if you would help