apply_filters( 'next_posts_link_attributes', string $attributes )
Filters the anchor tag attributes for the next posts page link.
Description
Parameters
- $attributes
-
(string) Attributes for the anchor tag.
Source
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |
If you want to add classes to next posts page link, you can use this hook.