Filters the arguments for the Archives widget drop-down.
$argsarray$instancearraywp-includes/blocks/archives.php:33render_block_core_archives()wp-includes/widgets/class-wp-widget-archives.php:76WP_Widget_Archives::widget() * * @see wp_get_archives() * * @param array $args An array of Archives widget drop-down arguments. * @param array $instance Settings for the current Archives widget instance. */ $dropdown_args = apply_filters( 'widget_archives_dropdown_args', array( 'type' => 'monthly', 'format' => 'option', 'show_post_count' => $count, ),Introduced in 2.8.0. Unchanged from 6.7.7 through 7.1.0.
Signature, return type and hooks compared across 5 parsed releases.