Advertisement
phpface

Untitled

Apr 29th, 2022 (edited)
435
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.14 KB | None | 0 0
  1. add_action( 'wp_footer', function(){
  2.     if( is_singular( 'video' ) && wp_is_mobile() ){
  3.         ?>
  4.         <!--Your scripts go here-->
  5.  
  6.         <?php
  7.     }
  8. } );
  9.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement