On this page
apply_filters( 'wp_link_pages_link', string $link, int $i )
Filters the HTML output of individual page number links.
Parameters
$linkstring-
The page number HTML output.
$iint-
Page number for paginated posts' page links.
Source
File: wp-includes/post-template.php. View all references
$link = apply_filters( 'wp_link_pages_link', $link, $i );
Related
Used By
| Used By | Description |
|---|---|
| wp_link_pages() wp-includes/post-template.php | The formatted output of a list of pages. |
Changelog
| Version | Description |
|---|---|
| 3.6.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_link_pages_link