Description
Filters the page title when creating an HTML drop-down list of pages.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-walker-page-dropdown.php | 92 |
Parameters
Type | Name | Description |
---|---|---|
string | $title | Page title. |
WP_Post | $page | Page data object. |
PHP Doc
/**
* Filters the page title when creating an HTML drop-down list of pages.
*
* @since 3.1.0
*
* @param string $title Page title.
* @param WP_Post $page Page data object.
*/