Advertisement
phpface

Untitled

May 30th, 2020
1,131
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.22 KB | None | 0 0
  1. if( ! function_exists( 'videotube_child_add_video_meta_text' ) ){
  2.     function videotube_child_add_video_meta_text(){
  3.  
  4.         echo 'my text';
  5.     }
  6.  
  7.     add_action( 'mars_video_meta', 'videotube_child_add_video_meta_text', 20 );
  8. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement