apply_filters( ‘list_pages’, string $title, WP_Post $page )

In this article

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

Parameters

$titlestring
Page title.
$pageWP_Post
Page data object.

Source

$title = apply_filters( 'list_pages', $title, $page );

Changelog

VersionDescription
3.1.0Introduced.

User Contributed Notes

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