__( 'Social Icons', 'bloghut' ), ) // Args ); } /** * Front-end display of widget. * * @see WP_Widget::widget() * * @param array $args Widget arguments. * @param array $instance Saved values from database. */ public function widget( $args, $instance ) { extract( $args ); $social_icons = array( "facebook", "twitter", "github", "pinterest", "instagram", "google-plus", "youtube", "vimeo", "tumblr", "dribbble", "flickr", "behance" ); $title = apply_filters( 'widget_title', $instance['title'] ); echo wp_kses_post($before_widget); ?>