the_author_posts_link, $link, $author, $title

the_author_posts_link, $link, $author, $title

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('the_author_posts_link, $link, $author, $title') is found 1 times:

  • /wp-includes/author-template.php line 355
    	 * @param string $link   HTML link.
    	 * @param string $author Author's display name.
    	 * @param string $title  Text originally used for a title attribute.
    	 */
    	return apply_filters( 'the_author_posts_link', $link, $author, $title );
    }
    
    /**
     * Displays an HTML link to the author page of the current post's author.
     *
     * @since 1.2.0