mirror of
https://gh.wpcy.net/https://github.com/mainwp/Code-Snippets-Functions.git
synced 2026-04-29 11:32:21 +08:00
https://www.businessbloomer.com/woocommerce-duplicate-add-to-cart-button-single-product-page/
1 line
107 B
Text
1 line
107 B
Text
add_action( 'woocommerce_after_single_product_summary', 'woocommerce_template_single_add_to_cart', 9999 );
|