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

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


Parameters

$rel_parts string[]
An array of strings representing the rel tags which will be joined into the anchor's rel attribute.
$comment WP_Comment
The comment object.

Top ↑

Source

File: wp-includes/comment-template.php. View all references

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


Top ↑

Changelog

Changelog
Version Description
6.2.0 Introduced.

Top ↑

User Contributed Notes

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