Filters the arguments for the Archives widget drop-down.
Description
See also
Parameters
$args
array- An array of Archives widget drop-down arguments.
$instance
array- Settings for the current Archives widget instance.
Source
$dropdown_args = apply_filters(
'widget_archives_dropdown_args',
array(
'type' => 'monthly',
'format' => 'option',
'show_post_count' => $count,
),
$instance
);
User Contributed Notes
You must log in before being able to contribute a note or feedback.