apply_filters( 'wp_link_pages', string $output, array $args )

Filters the HTML output of page links for paginated posts.


Description Description


Parameters Parameters

$output

(string) HTML output of paginated posts' page links.

$args

(array) An array of arguments.


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.