apply_filters( ‘get_pagenum_link’, string $result, int $pagenum )

In this article

Filters the page number link for the current request.

Parameters

$resultstring
The page number link.
$pagenumint
The page number.

Source

$result = apply_filters( 'get_pagenum_link', $result, $pagenum );

Changelog

VersionDescription
5.2.0Added the $pagenum argument.
2.5.0Introduced.

User Contributed Notes

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