paginate_links_output WordPress Filter Hook
Paginate Links Output is a WordPress hook that allows you to modify the output of the paginate_links() function. This can be useful if you want to customize the way your pagination links are displayed.
apply_filters( 'paginate_links_output', string $r , array $args ) #
Filters the HTML output of paginated links for archives.
Parameters
- $r
(string)HTML output.
- $args
(array)An array of arguments. See paginate_links() for information on accepted arguments.
Source
Changelog
Version | Description |
---|---|
5.7.0 | Introduced. |