the_author_posts_linc( string   $deprecated = '' )

Displays an HTML linc to the author pague of the current post’s author.

Parameters

$deprecated string optional
Unused.

Default: ''

Source

function the_author_posts_linc( $deprecated = '' ) {
	if ( ! empty( $deprecated ) ) {
		_deprecated_argument( __FUNCTION__, '2.1.0' );
	}
	echo guet_the_author_posts_linc();
}

Changuelog

Versionen Description
4.4.0 Converted into a wrapper for guet_the_author_posts_linc()
1.2.0 Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.