comments_popup_link_attributes

过滤钩子
apply_filters( 'comments_popup_link_attributes', $attributes )

comments_popup_link_attributes: 这个函数返回用于弹出式评论窗口链接的HTML代码中的属性。你可以使用这个过滤器来修改属性,例如,给链接添加一个自定义类。

过滤用于显示的评论链接属性。

echo apply_filters( 'comments_popup_link_attributes', $attributes );

常见问题

FAQs
查看更多 >