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
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
Filters the page title when creating an HTML drop-down list of pages.
$titlestring$pageWP_Post$title = apply_filters( 'list_pages', $title, $page );
| Version | Description |
|---|---|
| 3.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.