'social_feeds', 'label' => 'Social Feeds', ], ]; $settings_fields = [ [ 'section_id' => 'social_feeds', 'id' => 'fb_config', 'name' => 'fb_config', 'label' => 'Facebook', 'type' => 'fields_group', 'options' => [ [ 'id' => 'page_id', 'name' => 'page_id', 'type' => 'text', 'default' => '', 'placeholder' => 'Page ID' ], [ 'id' => 'page_access_token', 'name' => 'page_access_token', 'type' => 'text', 'default' => '', 'class' => 'w-100', 'placeholder' => 'Page Access Token' ], ], 'value' => !empty($settings['fb_config']) ? $settings['fb_config'] : [], 'default' => '', ], [ 'section_id' => 'social_feeds', 'id' => 'insta_config', 'name' => 'insta_config', 'label' => 'Instagram', 'type' => 'fields_group', 'options' => [ [ 'id' => 'username', 'name' => 'username', 'type' => 'text', 'default' => '', 'placeholder' => 'easy_elements' ], [ 'id' => 'page_access_token', 'name' => 'page_access_token', 'type' => 'text', 'default' => '', 'class' => 'w-100', 'placeholder' => 'Access Token' ], ], 'value' => !empty($settings['insta_config']) ? $settings['insta_config'] : [], 'default' => '', ], ]; ?>

render_fields_group($field, $settings); ?>
render_field($field, $value, ['name'=>$name, 'settings'=>$settings]); ?>