next_comments_link_attributes WordPress Filter Hook
The next_comments_link_attributes hook is used to modify the attributes of the next comments link. This hook is called within the get_next_comments_link() function, which generates the next comments link.
apply_filters( 'next_comments_link_attributes', string $attributes ) #
Filters the anchor tag attributes for the next comments page link.
Parameters
- $attributes
(string)Attributes for the anchor tag.
Source
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |