wordpress / latest / hooks / comments_popup_link_attributes.html

apply_filters( 'comments_popup_link_attributes', string $attributes )

Filters the comments link attributes for display.

Parameters

$attributes string
The comments link attributes. Default empty.

Source

File: wp-includes/comment-template.php. View all references

echo apply_filters( 'comments_popup_link_attributes', $attributes );

Used By

Used By Description

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