Filters the link to the author page of the author of the current post.
Parameters
$link
string- HTML link.
Source
return apply_filters( 'the_author_posts_link', $link );
Changelog
Version | Description |
---|---|
2.9.0 | Introduced. |
Filters the link to the author page of the author of the current post.
$link
stringreturn apply_filters( 'the_author_posts_link', $link );
Version | Description |
---|---|
2.9.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.