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