wpseek.com
A WordPress-centric search engine for devs and theme authors



comment_author_link_rel › WordPress Filter Hooks

Since6.2.0
Deprecatedn/a
apply_filters( 'comment_author_link_rel', $rel_parts, $comment )
Parameters: (2)
  • (string[]) $rel_parts An array of strings representing the rel tags which will be joined into the anchor's rel attribute.
    Required: Yes
  • (WP_Comment) $comment The comment object.
    Required: Yes
Defined at:
Codex:

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





Source

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