Filter hook 'wp_link_pages'

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

Description

Filters the HTML output of page links for paginated posts.

Occurrences

Filename Line Number
wp-includes/post-template.php 1037

Parameters

Type Name Description
string $output HTML output of paginated posts' page links.
array|string $args An array or query string of arguments. See wp_link_pages() for information on accepted arguments.

PHP Doc

/**
	 * Filters the HTML output of page links for paginated posts.
	 *
	 * @since 3.6.0
	 *
	 * @param string       $output HTML output of paginated posts' page links.
	 * @param array|string $args   An array or query string of arguments. See wp_link_pages()
	 *                             for information on accepted arguments.
	 */