Advertisement
swte

Untitled

Aug 18th, 2018
354
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.19 KB | None | 0 0
  1. add_action( 'wp_footer', function () {    
  2.     if ( is_singular('post' ){
  3.        echo '<script async src="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>';
  4.     }
  5. });
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement