WooCommerce Products Visibility with loop grid #27531
Cassiopea001
started this conversation in
Feature Request
Replies: 1 comment
-
Hi @elementorbot - Would you be able to help with this question please? We're facing the same issue. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Prerequisites
What problem is your feature request going to solve? Please describe..
Hello,
I hope that you are doing well.
We use the WooCommerce Products Visibility by User Roles plugin.
The plugin uses the 'woocommerce_product_is_visible' hook to manage the visibility of products on the shop page.
More precisely : the 'add_action('woocommerce_product_query', array( $this, 'afpvu_custom_pre_get_posts_query' ), 200, 2);
add_filter('woocommerce_product_is_visible', array( $this, 'afpvu_check_visibility_rules' ), 10, 2);'
Which hook are you using instead or which hook do we need to use to hide the products?
Thank you in advance for your help.
Please let us know if you need anything,
Describe the solution you'd like.
which hook do we need to use to hide the products instead of woocommerce_product_is_visible ?
Describe alternatives you've considered.
No response
Additional context
No response
Agreement
Beta Was this translation helpful? Give feedback.
All reactions