Advertisement
GochiSiyan

Change author link

Jan 7th, 2021
39
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. add_filter('author_link',function ($link,$id){
  2. $email=get_the_author_meta('user_email',get_the_author_meta('ID',$post->post_author));
  3. return 'mailto:' . $email;
  4. },99999,2);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement