Core Function
View Source on Trac ↗ get_comments_pagenum_link()
get_comments_pagenum_link( mixed $pagenum = 1, mixed $max_page = 0 ) Retrieves the comments page number link.
Parameters 0 required
| Name / Type | Description |
|---|---|
| $pagenum int | Optional. Page number. Default 1. |
| $max_page int | Optional. The maximum number of comment pages. Default 0. |
Return Value
(string)
The comments page number link URL.
Function Information
Since Version
2.7.0
Source File
wp-includes/link-template.php
Advertisement