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