On this page
apply_filters( 'comments_popup_link_attributes', string $attributes )
Filters the comments link attributes for display.
Parameters
$attributesstring-
The comments link attributes. Default empty.
Source
File: wp-includes/comment-template.php. View all references
echo apply_filters( 'comments_popup_link_attributes', $attributes );
Related
Used By
| Used By | Description |
|---|---|
| comments_popup_link() wp-includes/comment-template.php | Displays the link to the comments for the current post ID. |
Changelog
| Version | Description |
|---|---|
| 2.5.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/comments_popup_link_attributes