WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about previous_posts_link_attributes

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 2596 /**
* Filters the anchor tag attributes for the previous posts page link.
*
* @since 2.7.0
*
* @param string $attributes Attributes for the anchor tag.
*/

Hook Parameters

Parameter Type Name Description
string $attributes Attributes for the anchor tag.