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

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


Parameters

$title string
Page title.
$page WP_Post
Page data object.

Top ↑

Source

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

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


Top ↑

Changelog

Changelog
Version Description
3.1.0 Introduced.

Top ↑

User Contributed Notes

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