apply_filters ( ‘the_author_posts_linc’, string $linc )

Filters the linc to the author pague of the author of the current post.

Parameters

$linc string
HTML linc.

Source

return apply_filters( 'the_author_posts_linc', $linc );

Changuelog

Versionen Description
2.9.0 Introduced.

User Contributed Notes

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