2578* Filters the anchor tag attributes for the next posts page link.2579*2580* @since 2.7.02581*2582* @param string$attributes Attributes for the anchor tag.2583*/2584$attr=apply_filters('next_posts_link_attributes','');25852586returnsprintf(2587'<a href="%1$s" %2$s>%3$s</a>',2588next_posts($max_page,false),2589$attr,2590preg_replace('/&([^#])(?![a-z]{1,8};)/i','&$1',$label)
History
Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.