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