apply_filters( 'wp_link_pages_args', array $params )

Filters the arguments used in retrieving page links for paginated posts.


Parameters

$params

(array) An array of arguments for page links for paginated posts.


Source

File: wp-includes/post-template.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.0.0 Introduced.