apply_filters( ‘next_posts_link_attributes’, string $attributes )

Filters the anchor tag attributes for the next posts page link.

Parameters

$attributesstring
Attributes for the anchor tag.

Source

$attr = apply_filters( 'next_posts_link_attributes', '' );

Changelog

VersionDescription
2.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.