Filters the comments page number link for the current request.
Parameters
$result
string- The comments page number link.
Source
return apply_filters( 'get_comments_pagenum_link', $result );
Changelog
Version | Description |
---|---|
2.7.0 | Introduced. |
Filters the comments page number link for the current request.
$result
stringreturn apply_filters( 'get_comments_pagenum_link', $result );
Version | Description |
---|---|
2.7.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.