sections[] = array( 'title' => esc_html__('Social Site', 'blogup'), 'desc' => esc_html__('Easily add social icons.', 'blogup'), 'icon' => 'fa fa-twitter', 'fields' => array( array( 'id' => 'social-facebook', 'type' => 'text', 'title' => esc_html__('Facebook', 'blogup'), 'default' => '#', ), array( 'id' => 'social-twitter', 'type' => 'text', 'title' => esc_html__('Twitter', 'blogup'), 'default' => '#', ), array( 'id' => 'social-gplus', 'type' => 'text', 'title' => esc_html__('Google Plus', 'blogup'), 'default' => '#', ), ), );