Filters the anchor tag attributes for the previous posts page link.
Parameters
$attributesstring- Attributes for the anchor tag.
Source
$attr = apply_filters( 'previous_posts_link_attributes', '' );
Changelog
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
Filters the anchor tag attributes for the previous posts page link.
$attributesstring$attr = apply_filters( 'previous_posts_link_attributes', '' );
| Version | Description |
|---|---|
| 2.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.