woocommerce_template_single_add_to_cart()
Trigger the single product add to cart action.
Contents
Description Description
Source Source
File: includes/wc-template-functions.php
function woocommerce_template_single_add_to_cart() { global $product; do_action( 'woocommerce_' . $product->get_type() . '_add_to_cart' ); }