apply_filters( 'list_pages', string $title, object $page )

Filters the page title when creating an HTML drop-down list of pages.


Parameters

$title

(string) Page title.

$page

(object) Page data object.


Source

File: wp-includes/class-walker-page-dropdown.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.1.0 Introduced.