WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about months_dropdown_results

Back to home

Files

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

Hook Parameters

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