'bsquare_widget', 'description' => esc_html__( 'Widgets to display tags', 'bsquare' ) ) ); } //Widget Input field public function form($instance){ //Defaults if( isset($instance['title'])){ $title = $instance[ 'title' ]; } else{ $title = ''; } ?>

'name', 'hide_empty' => true, )); foreach($tags as $tag) : $tag_link = get_term_link( $tag, $tag->slug ); $cat_count = $tag->count; ?> name ); ?>