Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/post-template.php | apply_filters | 1029 | /** * Filters the HTML output of page links for paginated posts. * * @since 3.6.0 * * @param string $output HTML output of paginated posts' page links. * @param array|string $args An array or query string of arguments. See wp_link_pages() * for information on accepted arguments. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $parsed_args | An array of page link arguments. See wp_link_pages() |