sections[] = array( 'title' => esc_html__('Top Header', 'blogup'), 'desc' => esc_html__('Change the header section configuration.', 'blogup'), 'icon' => 'fa fa-columns', 'fields' => array( array( 'id' => 'top-social-icons-category', 'type' => 'select', 'title' => esc_html__('Social Icons Category', 'blogup'), 'subtitle' => esc_html__('Select desired category', 'blogup'), 'options' => blogup_get_terms_assoc('social-site-category'), 'default' => '', ), ), );