array( 'label' => __( 'Facebook', 'azeria' ), 'icon' => 'facebook', 'is_svg_icon' => true, 'default' => 'https://www.facebook.com/', ), 'twitter' => array( 'label' => __( 'Twitter', 'azeria' ), 'icon' => 'twitter', 'is_svg_icon' => true, 'default' => 'https://twitter.com/', ), 'google-plus' => array( 'label' => __( 'Google +', 'azeria' ), 'icon' => 'google-plus', 'is_svg_icon' => true, 'default' => 'https://plus.google.com/', ), 'instagram' => array( 'label' => __( 'Instagram', 'azeria' ), 'icon' => 'instagram', 'is_svg_icon' => true, 'default' => 'https://instagram.com/', ), 'pinterest' => array( 'label' => __( 'Pinterest', 'azeria' ), 'icon' => 'pinterest', 'is_svg_icon' => true, 'default' => 'https://www.pinterest.com/', ), 'dribbble' => array( 'label' => __( 'Dribbble', 'azeria' ), 'icon' => 'dribbble', 'is_svg_icon' => true, 'default' => 'https://dribbble.com/', ), ) ); } /** * Custom comment output */ function azeria_comment( $comment, $args, $depth ) { if ( 'pingback' == $comment->comment_type || 'trackback' == $comment->comment_type ) : ?>