Title: list_pages
Published: April 25, 2014
Last modified: May 20, 2026

---

# apply_filters( ‘list_pages’, string $title, WP_Post $page )

## In this article

 * [Parameters](https://developer.wordpress.org/reference/hooks/list_pages/?output_format=md#parameters)
 * [Source](https://developer.wordpress.org/reference/hooks/list_pages/?output_format=md#source)
 * [Related](https://developer.wordpress.org/reference/hooks/list_pages/?output_format=md#related)
 * [Changelog](https://developer.wordpress.org/reference/hooks/list_pages/?output_format=md#changelog)

[ Back to top](https://developer.wordpress.org/reference/hooks/list_pages/?output_format=md#wp--skip-link--target)

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

## 󠀁[Parameters](https://developer.wordpress.org/reference/hooks/list_pages/?output_format=md#parameters)󠁿

 `$title`string

Page title.

`$page`[WP_Post](https://developer.wordpress.org/reference/classes/wp_post/)

Page data object.

## 󠀁[Source](https://developer.wordpress.org/reference/hooks/list_pages/?output_format=md#source)󠁿

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

[View all references](https://developer.wordpress.org/reference/files/wp-includes/class-walker-page-dropdown.php/)
[View on Trac](https://core.trac.wordpress.org/browser/tags/7.0/src/wp-includes/class-walker-page-dropdown.php#L92)
[View on GitHub](https://github.com/WordPress/wordpress-develop/blob/7.0/src/wp-includes/class-walker-page-dropdown.php#L92-L92)

## 󠀁[Related](https://developer.wordpress.org/reference/hooks/list_pages/?output_format=md#related)󠁿

| Used by | Description | 
| [Walker_PageDropdown::start_el()](https://developer.wordpress.org/reference/classes/walker_pagedropdown/start_el/)`wp-includes/class-walker-page-dropdown.php` |

Starts the element output.

  |

## 󠀁[Changelog](https://developer.wordpress.org/reference/hooks/list_pages/?output_format=md#changelog)󠁿

| Version | Description | 
| [3.1.0](https://developer.wordpress.org/reference/since/3.1.0/) | Introduced. |

## User Contributed Notes

You must [log in](https://login.wordpress.org/?redirect_to=https%3A%2F%2Fdeveloper.wordpress.org%2Freference%2Fhooks%2Flist_pages%2F)
before being able to contribute a note or feedback.