apply_filters( 'page_attributes_dropdown_pages_args', array $dropdown_args, WP_Post $post )

Filters the arguments used to generate a Pages drop-down element.


Description

See also


Parameters

$dropdown_args

(array) Array of arguments used to generate the pages drop-down.

$post

(WP_Post) The current post.


Source

File: wp-admin/includes/meta-boxes.php

View on GitHub



Changelog

Changelog
Version Description
WP-3.3.0 Introduced.