FeatureFuel
4

WooCommerce Products Visibility with loop grid

Source: elementor/elementor#27531 · opened by @Cassiopea001
Prerequisites • I have searched for similar feature requests in both open and closed discussions and cannot find an existing request. • I have verified that the feature is still missing from the latest stable versions of Elementor or Elementor Pro. What problem is your feature request going to solve? Please describe.. Hello, ![Capture d’écran, le 2024-05-28 à 17 54 03]( 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 …

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests