Filter hook 'next_posts_link_attributes'

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

Description

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

Occurrences

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

Parameters

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

PHP Doc

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