Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- add_filter('author_link',function ($link,$id){
- $email=get_the_author_meta('user_email',get_the_author_meta('ID',$post->post_author));
- return 'mailto:' . $email;
- },99999,2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement