comments_popup_link_attributes WordPress Filter Hook
The comments_popup_link_attributes hook is used to modify the attributes of the comments popup link. This hook is called before the comments popup link is outputted.
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
Changelog
Version | Description |
---|---|
2.5.0 | Introduced. |