Filter hook 'next_comments_link_attributes'

in WP Core File wp-includes/link-template.php at line 3141

Description

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

Occurrences

Filename Line Number
wp-includes/link-template.php 3141

Parameters

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

PHP Doc

/**
	 * Filters the anchor tag attributes for the next comments page link.
	 *
	 * @since 2.7.0
	 *
	 * @param string $attributes Attributes for the anchor tag.
	 */