Description
Filters the arguments used to generate a Pages drop-down element.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/meta-boxes.php | 1025 |
Parameters
Type | Name | Description |
---|---|---|
array | $dropdown_args | Array of arguments used to generate the pages drop-down. |
WP_Post | $post | The current post. |
PHP Doc
/**
* Filters the arguments used to generate a Pages drop-down element.
*
* @since 3.3.0
*
* @see wp_dropdown_pages()
*
* @param array $dropdown_args Array of arguments used to generate the pages drop-down.
* @param WP_Post $post The current post.
*/