esc_html__( 'General Options', 'blog-reflection' ), 'panel' => 'blog_reflection_theme_options', ) ); Kirki::add_field( 'theme_config', [ 'type' => 'switch', 'settings' => 'preloader_options', 'label' => esc_html__( 'Enable Preloader', 'blog-reflection' ), 'section' => 'general_options', 'default' => 'off', 'choices' => [ 'on' => esc_html__( 'Enable', 'blog-reflection' ), 'off' => esc_html__( 'Disable', 'blog-reflection' ), ], ] ); // section divider new \Kirki\Pro\Field\Divider( [ 'settings' => 'popup_subscribe_form_divider_one', 'section' => 'general_options', 'choices' => [ 'color' => '#ff3d83' ], ] ); Kirki::add_field( 'theme_config', [ 'type' => 'switch', 'settings' => 'bottom_to_top', 'label' => esc_html__( 'Enable Bottom To Top', 'blog-reflection' ), 'section' => 'general_options', 'default' => 'on', 'choices' => [ 'on' => esc_html__( 'Enable', 'blog-reflection' ), 'off' => esc_html__( 'Disable', 'blog-reflection' ), ], ] );