Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- function videotube_show_video_author(){
- printf(
- '<div class="author-name"><a class="meta" href="%s">%s</a></div>',
- esc_url( get_author_posts_url( get_the_author_meta( 'ID' ) ) ),
- get_the_author_meta( 'display_name' )
- );
- }
- add_action( 'videotube_video_meta', 'videotube_show_video_author' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement