woocommerce_grouped_product_list_before

woocommerce_grouped_product_list_before

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: action

See hook in core

Displaying hooks found in version: woocommerce.8.7.0

do_action('woocommerce_grouped_product_list_before') is found 1 times:

  • /templates/single-product/add-to-cart/grouped.php line 41
    				$product
    			);
    			$show_add_to_cart_button = false;
    
    			do_action( 'woocommerce_grouped_product_list_before', $grouped_product_columns, $quantites_required, $product );
    
    			foreach ( $grouped_products as $grouped_product_child ) {
    				$post_object        = get_post( $grouped_product_child->get_id() );
    				$quantites_required = $quantites_required || ( $grouped_product_child->is_purchasable() && ! $grouped_product_child->has_options() );
    				$post               = $post_object; // phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited
    				setup_postdata( $post );