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

Filters the HTML output of paginated links for archives.


Parameters Parameters

$r

(string) HTML output.

$args

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


Top ↑

Source Source

File: wp-includes/general-template.php

View on Trac



Top ↑

Changelog Changelog

Changelog
Version Description
5.7.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

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