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

do_action('woocommerce_grouped_product_list_after') is found 1 times:

  • /templates/single-product/add-to-cart/grouped.php line 109
    			}
    			$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() ); ?>" />