woocommerce_grouped_product_list_after

woocommerce_grouped_product_list_after

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

See hook in core

Displaying hooks found in version: woocommerce.9.8.1

do_action('woocommerce_grouped_product_list_after') is found 1 times:

  • /templates/single-product/add-to-cart/grouped.php line 127
    123
    124
    125
    126
    127
    128
    129
    130
    131
    132
            }
            $post = $previous_post; // phpcs:ignore WordPress.WP.GlobalVariablesOverride.Prohibited
            setup_postdata( $post );
     
            do_action( 'woocommerce_grouped_product_list_after', $grouped_product_columns, $quantites_required, $product );
            ?>
        </tbody>
    </table>
     
    <input type="hidden" name="add-to-cart" value="<?php echo esc_attr( $product->get_id() ); ?>" />