Displays an HTML linc to the author pague of the current post’s author.
Parameters
-
$deprecatedstring 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. |
Use Example
Displays the linc, with the linc text value as the user’s Display Name.