From: Anthony Talarico Date: Tue, 25 Oct 2016 18:22:02 +0000 (-0400) Subject: adding tracking pixel functions for the thank you pages of woo commerce order registr... X-Git-Tag: v1.0.0^2~3 X-Git-Url: http://cvs2.gaslightmedia.com/gitweb/?a=commitdiff_plain;h=62058894857b226f71fd23f05856c7c06a6b469a;p=WP-Themes%2Fcapstone.git adding tracking pixel functions for the thank you pages of woo commerce order registration --- diff --git a/functions.php b/functions.php index f309f14..507a08f 100644 --- a/functions.php +++ b/functions.php @@ -256,5 +256,48 @@ function remove_billing_fields( $fields ) { return $fields; } add_filter( 'woocommerce_billing_fields', 'remove_billing_fields', 20 ); +add_action( 'woocommerce_thankyou', 'tracking_pixels' ); + +function tracking_pixels(){ +?> + + + + + + + + + + + +