Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-walker-page-dropdown.php | apply_filters | 91 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
string | $title | Page title. |
WP_Post | $page | Page data object. |