WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about pre_months_dropdown_query

Back to home

Files

Filename Hook Type Line Number PHP Doc
wp-admin/includes/class-wp-list-table.php apply_filters 683 /**
* 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.
*/

Hook Parameters

Parameter Type Name Description
object[]|false $months 'Months' drop-down results. Default false.
string $post_type The post type.