On this page
apply_filters( 'paginate_links', string $link )
Filters the paginated links for the given archive pages.
Parameters
$linkstring-
The paginated link URL.
Source
File: wp-includes/general-template.php. View all references
esc_url( apply_filters( 'paginate_links', $link ) ),
Related
Used By
| Used By | Description |
|---|---|
| paginate_links() wp-includes/general-template.php | Retrieves paginated links for archive post pages. |
Changelog
| Version | Description |
|---|---|
| 3.0.0 | Introduced. |
© 2003–2022 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/paginate_links