wpseek.com
A WordPress-centric search engine for devs and theme authors



previous_posts_link_attributes › WordPress Filter Hooks

Since2.7.0
Deprecatedn/a
apply_filters( 'previous_posts_link_attributes', '' )
Parameters:
  • (string) $attributes Attributes for the anchor tag.
    Required: Yes
Defined at:
Codex:

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





Source

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