apply_filters( 'comments_popup_link_attributes', string $link_attributes )
Filters the comments link attributes for display.
Parameters
-
$link_attributes
string -
The comments link attributes. Default empty.
Source
File: wp-includes/comment-template.php
.
View all references
$link_attributes = apply_filters( 'comments_popup_link_attributes', $link_attributes );
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |