Description
Filters whether to short-circuit performing the months dropdown query.
Occurrences
Filename | Line Number |
---|---|
wp-admin/includes/class-wp-list-table.php | 728 |
Parameters
Type | Name | Description |
---|---|---|
object[]|false | $months | 'Months' drop-down results. Default false. |
string | $post_type | The post type. |
PHP Doc
/**
* Filters whether to short-circuit performing the months dropdown query.
*
* @since 5.7.0
*
* @param object[]|false $months 'Months' drop-down results. Default false.
* @param string $post_type The post type.
*/