widget_archives_args

widget_archives_args

Hook Type: filter

See hook in core

Displaying hooks found in version: wordpress-5.0.3

apply_filters('widget_archives_args') is found 1 times:

  • /wp-includes/widgets/class-wp-widget-archives.php line 117

    *
    * @param array $args An array of Archives option arguments.
    * @param array $instance Array of settings for the current widget.
    */
    wp_get_archives( apply_filters( ‘widget_archives_args’, array(
    ‘type’ => ‘monthly’,
    ‘show_post_count’ => $c
    ), $instance ) );
    ?>