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



comments_popup_link_attributes › WordPress过滤钩子

Since2.5.0
已弃用n/a
apply_filters( 'comments_popup_link_attributes', $link_attributes )
参数:
  • (string) $link_attributes The comments link attributes. Default empty.
    Required: Yes
定义在:
文档:

Filters the comments link attributes for display.





源码

$link_attributes = apply_filters( 'comments_popup_link_attributes', $link_attributes );