apply_filters( 'wp_link_pages_link', string $link , int $i )
Filters the HTML output of individual page number links.
Parameters
- $link
-
The page number HTML output.
- $i
-
Page number for paginated posts' page links.
Source
Changelog
Version | Description |
---|---|
WP-3.6.0 | Introduced. |