apply_filters( 'wp_link_pages', string $output , array $args )
Filters the HTML output of page links for paginated posts.
Description Description
Parameters Parameters
- $output
-
(string) HTML output of paginated posts' page links.
- $args
-
(array) An array of arguments.
Source Source
Changelog Changelog
Version | Description |
---|---|
3.6.0 | Introduced. |