the_author_posts_link

the_author_posts_link

Appears in: , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , ,
Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-7.0

apply_filters('the_author_posts_link') 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