Filter hook 'the_author_posts_link'

in WP Core File wp-includes/author-template.php at line 335

Description

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

Occurrences

Filename Line Number
wp-includes/author-template.php 335

Parameters

Type Name Description
string $link HTML link.

PHP Doc

/**
	 * Filters the link to the author page of the author of the current post.
	 *
	 * @since 2.9.0
	 *
	 * @param string $link HTML link.
	 */