Filters the anchor tag attributes for the next posts page link.
Parameters
$attributes
string- Attributes for the anchor tag.
Source
$attr = apply_filters( 'next_posts_link_attributes', '' );
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |
Filters the anchor tag attributes for the next posts page link.
$attributes
string$attr = apply_filters( 'next_posts_link_attributes', '' );
Version | Description |
---|---|
2.7.0 | Introduced. |
You must log in before being able to contribute a note or feedback.
If you want to add classes to next posts page link, you can use this hook.