diff --git a/ultimate-posts-widget.php b/ultimate-posts-widget.php index c831cf9..f00d4c0 100644 --- a/ultimate-posts-widget.php +++ b/ultimate-posts-widget.php @@ -214,6 +214,8 @@ function widget( $args, $instance ) { $cache[$args['widget_id']] = ob_get_flush(); } wp_cache_set( 'widget_ultimate_posts', $cache, 'widget' ); + ob_end_flush(); + } function update( $new_instance, $old_instance ) {