get_comments_pagenum_link()
Retrieves the comments page number link.
1 time — 0.00016 sec (fast) | 50000 times — 5.76 sec (fast)
Hooks from the function
Return
String
. The comments page number link URL.
Usage
get_comments_pagenum_link( $pagenum, $max_page );
- $pagenum(int)
- Page number.
Default: 1 - $max_page(int)
- The maximum number of comment pages.
Notes
- Global. WP_Rewrite. $wp_rewrite WordPress rewrite component.
Changelog
Since 2.7.0 | Introduced. |