Advertisement
phpface

Untitled

Apr 30th, 2022
1,115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.23 KB | None | 0 0
  1. add_action( 'wp_footer', function(){
  2.     if( wp_is_mobile() ){
  3.         ?>
  4.         <script type="application/javascript" src="https://syndication.realsrv.com/splash.php?idzone=4672894&capping=0"></script>
  5.  
  6.         <?php
  7.     }
  8. } );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement