Guest User

Untitled

a guest
Feb 22nd, 2023
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1.  
  2. function salient_child_author_link( $link, $author_id, $author_nicename ){
  3. return 'https://domain.com/';
  4. }
  5. add_filter( 'author_link', 'salient_child_author_link', 20, 3 );
Advertisement
Add Comment
Please, Sign In to add comment