WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about get_comments_pagenum_link

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-includes/link-template.php apply_filters 3013 /**
* Filters the comments page number link for the current request.
*
* @since 2.7.0
*
* @param string $result The comments page number link.
*/

Hook Parameters

Parameter Type Name Description
string $result The comments page number link.