the_author_posts_link WordPress Filter Hook

The the_author_posts_link Wordpress hook is used to display a link to the author's posts page. This hook is typically used in the author bio section of a post or in the author list of a blog.

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.


Top ↑

Source

File: wp-includes/author-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
2.9.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.