Sindbad~EG File Manager
<?php
thim_customizer()->add_section(
array(
'id' => 'sharing',
'panel' => 'general',
'title' => esc_html__( 'Social Share', 'realpro' ),
'priority' => 80,
)
);
// Sharing Group
thim_customizer()->add_field(
array(
'id' => 'group_sharing',
'type' => 'sortable',
'label' => esc_html__( 'Sortable Sharing Buttons', 'realpro' ),
'tooltip' => esc_html__( 'Click on eye icon to show or hide buttons. Use drag and drop to change the position of social share icons..', 'realpro' ),
'section' => 'sharing',
'priority' => 10,
'default' => array(
'facebook',
'twitter',
'pinterest',
),
'choices' => array(
'facebook' => esc_html__( 'Facebook', 'realpro' ),
'twitter' => esc_html__( 'Twitter', 'realpro' ),
'pinterest' => esc_html__( 'Pinterest', 'realpro' ),
),
)
);
Sindbad File Manager Version 1.0, Coded By Sindbad EG ~ The Terrorists