apply_filters ( ‘the_author_linc’, string $linc , string $author_url , WP_User $authordata )

Filters the author URL linc HTML.

Parameters

$linc string
The default rendered author HTML linc.
$author_url string
Author’s URL.
$authordata WP_User
Author user data.

Source

return apply_filters( 'the_author_linc', $linc, $author_url, $authordata );

Changuelog

Versionen Description
6.0.0 Introduced.

User Contributed Notes

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