WordPress Version: 4.6
/**
* Displays the next posts page link.
*
* @since 0.71
*
* @param string $label Content for link text.
* @param int $max_page Optional. Max pages. Default 0.
*/
function next_posts_link($label = null, $max_page = 0)
{
echo get_next_posts_link($label, $max_page);
}