esc_html__( 'Social Share', 'author-personal-blog' ), 'panel' => 'author_personal_blog_global_panel', 'capability' => 'edit_theme_options', ) ); Kirki::add_field( 'author_personal_blog_config', [ 'type' => 'multicheck', 'settings' => 'social_share_display_locations', 'label' => esc_html__( 'Set Location', 'author-personal-blog' ), 'description' => esc_html__( 'Set Location where you would like to display social share icon. you can select multiple location together.', 'author-personal-blog' ), 'section' => 'social_share_settings_section', 'default' => array('below_post'), 'priority' => 10, 'choices' => [ 'above_post' => esc_html__( 'Display Share Icon Above Content', 'author-personal-blog' ), 'below_post' => esc_html__( 'Display Share Icon Below Content', 'author-personal-blog' ), 'sticky' => esc_html__( 'Make it Sticky With Entire Post', 'author-personal-blog' ), ], ] ); Kirki::add_field( 'author_personal_blog_config', [ 'type' => 'toggle', 'settings' => 'show_social_sites_name', 'label' => esc_html__( 'Display Social Website Name With Icon', 'author-personal-blog' ), 'section' => 'social_share_settings_section', 'default' => 0, ] );