Skip to content

Instantly share code, notes, and snippets.

@deckerweb
deckerweb / wc-custom-add-to-cart-texts.php
Created June 3, 2014 14:22
Custom text for 'woocommerce_product_add_to_cart_text' filter for all product types/ cases.
<?php
/** Do NOT include the opening php tag */
add_filter( 'woocommerce_product_add_to_cart_text' , 'custom_woocommerce_product_add_to_cart_text' );
/**
* Custom text for 'woocommerce_product_add_to_cart_text' filter for all product types/ cases.
*
* @link https://gist.github.com/deckerweb/cf466e017fd01d503469