'recent_comments_widget', 'description' => __('Recent Comments', 'autocar') ); parent::__construct('recent_comments_widget', __('Auto Car: Recent Comments', 'autocar'), $widget_details); } /** * @param array $instance */ public function form($instance) { $title = !empty($instance['title']) ? $instance['title'] : 'Recent Comments'; $commentCount = !empty($instance['comment_count']) ? $instance['comment_count'] : 5; ?>
$commentCount)); echo $before_widget; ?>
comment_content, 100, '...') ?>
By comment_author); ?>