Description
Filters the arguments used in retrieving page links for paginated posts.
Occurrences
Filename | Line Number |
---|---|
wp-includes/post-template.php | 975 |
Parameters
Type | Name | Description |
---|---|---|
array | $parsed_args | An array of page link arguments. See wp_link_pages() for information on accepted arguments. |
PHP Doc
/**
* Filters the arguments used in retrieving page links for paginated posts.
*
* @since 3.0.0
*
* @param array $parsed_args An array of page link arguments. See wp_link_pages()
* for information on accepted arguments.
*/