apply_filters( ‘get_comments_pagenum_link’, string $result )

In this article

Filters the comments page number link for the current request.

Parameters

$resultstring
The comments page number link.

Source

return apply_filters( 'get_comments_pagenum_link', $result );

Changelog

VersionDescription
2.7.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.