wordpress / latest / hooks / the_author_posts_link.html

apply_filters( 'the_author_posts_link', string $link )

Filters the link to the author page of the author of the current post.

Parameters

$link string
HTML link.

Source

File: wp-includes/author-template.php. View all references

return apply_filters( 'the_author_posts_link', $link );

Used By

Used By Description

Changelog

Version Description
2.9.0 Introduced.

© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/the_author_posts_link