settings->info->core['social']['options'];
?>
settings->header( 'social' ); ?>
settings->get_doc_link( $options['sb'] ) ?>
settings->form_field( 'social', 'sb_on' );
WPF()->settings->form_field( 'social', 'sb_style' );
WPF()->settings->form_field( 'social', 'sb_type' );
WPF()->settings->form_field( 'social', 'sb_toggle_on' );
?>
settings->get_doc_link( $options['sb_toggle'] ) ?>
settings->form_field( 'social', 'sb_toggle_type' );
WPF()->settings->form_field( 'social', 'sb_icon' );
?>