apply_filters( 'list_pages', string $title , WP_Post $page )
Filters the page title when creating an HTML drop-down list of pages.
Parameters
- $title
-
Page title.
- $page
-
Page data object.
Source
Changelog
Version | Description |
---|---|
3.1.0 | Introduced. |