Filter hook 'comment_author_link_rel'

in WP Core File wp-includes/comment-template.php at line 261

Description

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

Occurrences

Filename Line Number
wp-includes/comment-template.php 261

Parameters

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

PHP Doc

/**
		 * Filters the rel attributes of the comment author's link.
		 *
		 * @since 6.2.0
		 *
		 * @param string[]   $rel_parts An array of strings representing the rel tags
		 *                              which will be joined into the anchor's rel attribute.
		 * @param WP_Comment $comment   The comment object.
		 */