apply_filters( 'quick_edit_dropdown_pages_args', array $dropdown_args, bool $bulk )

Filters the arguments used to generate the Quick Edit page-parent drop-down.


Description

See also


Parameters

$dropdown_args

An array of arguments passed to wp_dropdown_pages().

$bulk

A flag to denote if it's a bulk action.


Source

File: wp-admin/includes/class-wp-posts-list-table.php

View on GitHub



Changelog

Changelog
Version Description
5.6.0 The $bulk parameter was added.
2.7.0 Introduced.