apply_filters( 'get_pagenum_link', string $result, int $pagenum )

Filters the page number link for the current request.


Description Description


Parameters Parameters

$result

(string) The page number link.

$pagenum

(int) The page number.


Top ↑

Source Source

File: wp-includes/link-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.2.0 Added the $pagenum argument.
2.5.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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