Spectra Hooks
-
I got a content type called “toy-types”
I want to add it to WooCommerce. I will then have a custom post type with toy-types as well.I want to show the woocommerce products that have the same categories as the custom post type.
These are the hooks I am using:
add_filter( ‘uagb_post_query_args_grid’, ‘filter_post_query’, 12, 2 );
add_filter( ‘uagb_post_query_args_masonry’, ‘filter_post_query’, 12, 2 );
add_filter( ‘uagb_post_query_args_carousel’, ‘filter_post_query’, 12, 2 );They seem to work for post content, and possibly pages, but not woocommerce products.
What am I doing wrong, I tried uagb_product_query_args_grid as well as uagb_post_query_args_product
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.