From: Chuck Scott Date: Tue, 9 Jun 2015 19:04:28 +0000 (-0400) Subject: Minor additional tests. X-Git-Tag: v1.0.0^2 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=781353f9176f47741a9b2176b16108ebd8bd8bb2;p=WP-Themes%2FTomsMomsCookies.git Minor additional tests. --- diff --git a/functions.php b/functions.php index 8a90fd6..fe04c2a 100755 --- a/functions.php +++ b/functions.php @@ -135,7 +135,6 @@ add_filter( 'loop_shop_per_page', create_function( '$cols', 'return 48;' ), 20 ) // Add custom fields to checkout -//add_filter( 'woocommerce_checkout_fields' , 'tm_added_checkout_fields' ); add_filter( 'woocommerce_after_order_notes' , 'tm_added_checkout_fields' ); function tm_added_checkout_fields( $checkout ) {