$cat_args['title_li'
] = '';
/**
* Filters the arguments for the Categories widget.
*
* @since 2.8.0
* @since 4.9.0 Added the `$instance` parameter.
*
* @param array $cat_args An array of Categories widget options.
* @param array $instance Array of settings for the current widget.
*/
wp_list_categories( apply_filters( 'widget_categories_args',
$cat_args,
$instance ) );
?>
</ul>
<?php
if ( 'html5' ===
$format ) { echo '</nav>';
} } echo $args['after_widget'
];
}