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