apply_filters( 'wp_dropdown_pages', string $output, array $parsed_args, WP_Post[] $pages )
Filters the HTML output of a list of pages as a drop down.
Parameters
- $output
-
(string) HTML output for drop down list of pages.
- $parsed_args
-
(array) The parsed arguments array. See wp_dropdown_pages() for information on accepted arguments.
- $pages
-
(WP_Post[]) Array of the page objects.
Source
Changelog
Version | Description |
---|---|
4.4.0 | $parsed_args and $pages added as arguments. |
2.1.0 | Introduced. |
© 2003–2021 WordPress Foundation
Licensed under the GNU GPLv2+ License.
https://developer.wordpress.org/reference/hooks/wp_dropdown_pages