Filter hook 'the_author_link'

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

Description

Filters the author URL link HTML.

Occurrences

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

Parameters

Type Name Description
string $link The default rendered author HTML link.
string $author_url Author's URL.
WP_User $authordata Author user data.

PHP Doc

/**
		 * Filters the author URL link HTML.
		 *
		 * @since 6.0.0
		 *
		 * @param string  $link       The default rendered author HTML link.
		 * @param string  $author_url Author's URL.
		 * @param WP_User $authordata Author user data.
		 */