????
Current Path : /home2/morganrand/backup.morganrand.com/wp-content/plugins/ |
Current File : /home2/morganrand/backup.morganrand.com/wp-content/plugins/wanderfuls-google-remarketing.php |
<?php /* Plugin Name: Wanderfuls Google Remarketing Plugin Plugin URI: http://www.wanderfuls.com Description: Adds a Google remarketing tracking code to the footer section of your website, by hooking to wp_footer. Author: Lukasz Zywluk Version: 1.0 */ function wpmudev_google_remarketing() { ?> <!-- Google Code for Remarketing Tag --> <script type="text/javascript"> /* <![CDATA[ */ var google_conversion_id = 1072474348; var google_custom_params = window.google_tag_params; var google_remarketing_only = true; /* ]]> */ </script> <script type="text/javascript" src="//www.googleadservices.com/pagead/conversion.js"> </script> <noscript> <div style="display:inline;"> <img height="1" width="1" style="border-style:none;" alt="" src="//googleads.g.doubleclick.net/pagead/viewthroughconversion/1072474348/?guid=ON&script=0"/> </div> </noscript> <?php } add_action( 'wp_head', 'wpmudev_google_remarketing', 12 );