Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- if( ! function_exists( 'videotube_child_add_video_meta_text' ) ){
- function videotube_child_add_video_meta_text(){
- echo 'my text';
- }
- add_action( 'mars_video_meta', 'videotube_child_add_video_meta_text', 20 );
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement