Filters the comments page number link for the current request.
$resultstringwp-includes/link-template.php:3113get_comments_pagenum_link() * Filters the comments page number link for the current request. * * @since 2.7.0 * * @param string $result The comments page number link. */ return apply_filters( 'get_comments_pagenum_link', $result );} /** * Retrieves the link to the next comments page. * * @since 2.7.1Introduced in 2.7.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.