wpseek.com
WordPress开发者和主题制作者的搜索引擎



comment_author_link_rel › WordPress过滤钩子

Since6.2.0
已弃用n/a
apply_filters( 'comment_author_link_rel', $rel_parts, $comment )
参数: (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
定义在:
文档:

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





源码

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