Filter hook 'disable_months_dropdown'

in WP Core File wp-admin/includes/class-wp-list-table.php at line 716

Description

Filters whether to remove the 'Months' drop-down from the post list table.

Occurrences

Filename Line Number
wp-admin/includes/class-wp-list-table.php 716

Parameters

Type Name Description
bool $disable Whether to disable the drop-down. Default false.
string $post_type The post type.

PHP Doc

/**
		 * Filters whether to remove the 'Months' drop-down from the post list table.
		 *
		 * @since 4.2.0
		 *
		 * @param bool   $disable   Whether to disable the drop-down. Default false.
		 * @param string $post_type The post type.
		 */