Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if( ! function_exists( 'videotube_ads_after_video' ) ){
- /**
- * Fires after player.
- */
- function videotube_ads_after_video() {
- ?>
- <!-- Put html code here -->
- <?php
- }
- add_action( 'videotube_after_video' , 'videotube_ads_after_video' );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement