apply_filters( ‘comment_author_link_rel’, string[] $rel_parts, WP_Comment $comment )

In this article

Filters the rel attributes of the comment author’s link.

Parameters

$rel_partsstring[]
An array of strings representing the rel tags which will be joined into the anchor’s rel attribute.
$commentWP_Comment
The comment object.

Source

$rel_parts = apply_filters( 'comment_author_link_rel', $rel_parts, $comment );

Changelog

VersionDescription
6.2.0Introduced.

User Contributed Notes

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