apply_filters( 'wp_link_pages_link', string $link, int $i )

Filters the HTML output of individual page number links.


Description Description


Parameters Parameters

$link

(string) The page number HTML output.

$i

(int) Page number for paginated posts' page links.


Top ↑

Source Source

File: wp-includes/post-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
3.6.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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