paginate_links_output WordPress Filter Hook

Paginate Links Output is a WordPress hook that allows you to modify the output of the paginate_links() function. This can be useful if you want to customize the way your pagination links are displayed.

apply_filters( 'paginate_links_output', string $r, array $args ) #

Filters the HTML output of paginated links for archives.


Parameters

$r

(string)HTML output.

$args

(array)An array of arguments. See paginate_links() for information on accepted arguments.


Top ↑

Source

File: wp-includes/general-template.php

View on Trac



Top ↑

Changelog

Changelog
VersionDescription
5.7.0Introduced.

The content displayed on this page has been created in part by processing WordPress source code files which are made available under the GPLv2 (or a later version) license by theĀ Free Software Foundation. In addition to this, the content includes user-written examples and information. All material is subject to review and curation by the WPPaste.com community.

Show More
Show More