default_settings = apply_filters( 'powerkit_social_links_widget_settings', array( 'title' => esc_html__( 'Social Links', 'powerkit' ), 'template' => 'inline', 'scheme' => 'light', 'cache' => true, 'labels' => true, 'titles' => true, 'counts' => true, 'maximum' => -1, 'mode' => apply_filters( 'powerkit_social_links_counter_mode', 'mixed' ), ) ); $widget_details = array( 'classname' => 'powerkit_social_links_widget', 'description' => esc_html__( 'Add a list of social links with fan counts to your sidebar.', 'powerkit' ), ); parent::__construct( 'powerkit_social_links_widget', esc_html__( 'Social Links', 'powerkit' ), $widget_details ); } /** * Outputs the content for the current widget instance. * * @param array $args Display arguments including 'before_title', 'after_title', * 'before_widget', and 'after_widget'. * @param array $instance Settings for the current widget instance. */ public function widget( $args, $instance ) { $params = array_merge( $this->default_settings, $instance ); // Before Widget. echo $args['before_widget']; // XSS OK. ?>
id_base ) . $args['after_title']; // XSS. } powerkit_social_links_appearance( $params ); ?>
default_settings, $instance ); $templates = apply_filters( 'powerkit_social_links_templates', array() ); $color_schemes = apply_filters( 'powerkit_social_links_color_schemes', array() ); ?>

/>

/>

/>

1 ) : ?>

1 ) : ?>

%1$s', esc_html__( 'Configure Social Links', 'powerkit' ), esc_url( powerkit_get_page_url( 'social_links' ) ) ); ?>