Filter hook 'months_dropdown_results'

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

Description

Filters the 'Months' drop-down results.

Occurrences

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

Parameters

Type Name Description
object[] $months Array of the months drop-down query results.
string $post_type The post type.

PHP Doc

/**
		 * Filters the 'Months' drop-down results.
		 *
		 * @since 3.7.0
		 *
		 * @param object[] $months    Array of the months drop-down query results.
		 * @param string   $post_type The post type.
		 */