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.9.8.1

do_action('woocommerce_grouped_product_list_before') is found 1 times:

  • /templates/single-product/add-to-cart/grouped.php line 41
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
        $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 );