apply_filters( ‘wp_link_pages_link’, string $link, int $i )

In this article

Filters the HTML output of individual page number links.

Parameters

$linkstring
The page number HTML output.
$iint
Page number for paginated posts’ page links.

Source

$link = apply_filters( 'wp_link_pages_link', $link, $i );

Changelog

VersionDescription
3.6.0Introduced.

User Contributed Notes

You must log in before being able to contribute a note or feedback.