Advertisement
phpface

Untitled

May 31st, 2018
348
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.26 KB | None | 0 0
  1. if( ! function_exists( 'videotube_ads_after_video' ) ){
  2.     /**
  3.      * Fires after player.
  4.      */
  5.     function videotube_ads_after_video() {
  6.         ?>
  7.         <!-- Put html code here -->
  8.        
  9.        
  10.        
  11.         <?php
  12.     }
  13.     add_action( 'videotube_after_video' , 'videotube_ads_after_video' );
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement