WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about next_comments_link_attributes

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 3065 /**
* Filters the anchor tag attributes for the next comments 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.