Advertisement
cyberdev

Untitled

Aug 22nd, 2017
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.51 KB | None | 0 0
  1. function bimber_custom_amp_code() { ?>
  2. <script>
  3. (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
  4. (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
  5. m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
  6. })(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
  7. ga('create', 'UA-82910904-1', 'auto');
  8. ga('send', 'pageview');
  9. </script>
  10. <?php }
  11. add_action( 'amp_post_template_head', 'bimber_custom_amp_code' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement