__( 'Social Media Widget', 'boka' ),
),
array(),
array(
'title' => array(
'type' => 'text',
'label' => __( 'Heading', 'boka' ),
'description' => __('
## Please Go To Appearance -> Customize -> Social Media Settings For Social Links ##
', 'boka')
),
)
);
}
function get_template_name( $instance ) {
return 'default';
}
}
siteorigin_widget_register( 'boka-social-widget', __FILE__, 'Boka_social_Widget' );