apply_filters( 'wp_link_pages_args', array $parsed_args )

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


Description


Parameters

$parsed_args

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


Top ↑

Source

File: wp-includes/post-template.php

View on Trac


Top ↑

Changelog

Version Description
3.0.0 Introduced.