From a88292317b87e69bbfdc5ea398fae0e16c8bded7 Mon Sep 17 00:00:00 2001 From: Joshua Roy Date: Thu, 14 Sep 2017 15:45:41 -0400 Subject: [PATCH] Adding retargeting pixels --- functions.php | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) diff --git a/functions.php b/functions.php index 7968d60..a0a5a4e 100644 --- a/functions.php +++ b/functions.php @@ -430,4 +430,31 @@ acf_add_local_field_group(array ( )); endif; + +function retargeting_footer() { + echo ' + + + + + + + + + + + + '; +} +add_action( 'wp_footer', 'retargeting_footer', 100 ); ?> \ No newline at end of file