Filter hook 'wp_link_pages_link'

in WP Core File wp-includes/post-template.php at line 998

Description

Filters the HTML output of individual page number links.

Occurrences

Filename Line Number
wp-includes/post-template.php 998
wp-includes/post-template.php 1012
wp-includes/post-template.php 1022

Parameters

Type Name Description
string $link The page number HTML output.
int $i Page number for paginated posts' page links.

PHP Doc

/**
				 * Filters the HTML output of individual page number links.
				 *
				 * @since 3.6.0
				 *
				 * @param string $link The page number HTML output.
				 * @param int    $i    Page number for paginated posts' page links.
				 */