paginate_links WordPress Filter Hook
Paginate_links is a hook used in Wordpress to create pagination for posts and pages. It is a highly versatile hook, allowing for a great deal of customization. By default, it will create a simple numbered pagination, but it can be customized to create any type of pagination you need.
apply_filters( 'paginate_links', string $link ) #
Filters the paginated links for the given archive pages.
Parameters
- $link
(string)The paginated link URL.
Source
Changelog
Version | Description |
---|---|
3.0.0 | Introduced. |