Filter hook 'previous_comments_link_attributes'

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

Description

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

Occurrences

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

Parameters

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

PHP Doc

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