Advertisement
GochiSiyan

format

May 11th, 2022
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <amp-ad
  2. type="adsense"
  3. width=320
  4. height=50
  5. data-ad-client="ca-pub-0000000000000000"
  6. data-ad-slot="0000000000">
  7. </amp-ad>
  8.  
  9. you can use the code below to add it to the header.
  10.  
  11. add_action('amp_post_template_head', function () {
  12. ?>
  13. <amp-ad
  14. type="adsense"
  15. width=320
  16. height=50
  17. data-ad-client="ca-pub-0000000000000000"
  18. data-ad-slot="0000000000">
  19. </amp-ad>
  20. <?php
  21. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement