apply_filters( 'wp_list_pages', string $output, array $parsed_args, array $pages )

Filters the HTML output of the pages to list.


Description Description

See also See also


Top ↑

Parameters Parameters

$output

(string) HTML output of the pages list.

$parsed_args

(array) An array of page-listing arguments.

$pages

(array) List of WP_Post objects returned by get_pages()


Top ↑

Source Source

File: wp-includes/post-template.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
4.4.0 $pages added as arguments.
1.5.1 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

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