esc_html__( 'Copyright', 'blog-reflection' ), 'panel' => 'footer_options', ) ); new \Kirki\Field\Text( [ 'settings' => 'copyright_setting', 'label' => esc_html__( 'Copyright Text', 'blog-reflection' ), 'section' => 'footer_copyright_section', 'default' => 'Proudly powered by WordPress © Copyright All rights reserved.', 'partial_refresh' => [ 'footer-copyright_text_refresh' => [ 'selector' => '.copyright-text', 'render_callback' => 'blog_reflection_copyright_customizer_quick_edit', ], ], ] ); //Text Color new \Kirki\Field\Color( [ 'settings' => 'text_color_setting', 'label' => esc_html__( 'Text Color', 'blog-reflection' ), 'description' => esc_html__( 'Add copyright text Color', 'blog-reflection' ), 'section' => 'footer_copyright_section', 'default' => '', 'output' => array( array( 'element' => '.copyright-text', 'property' => 'color', ), ), ] ); //copyright section bg color new \Kirki\Field\Color( [ 'settings' => 'bg_color_bottom_setting', 'label' => esc_html__( 'Copyright Text Background Color', 'blog-reflection' ), 'description' => esc_html__( 'Change Copyright Background Color', 'blog-reflection' ), 'section' => 'footer_copyright_section', 'default' => '', 'output' => array( array( 'element' => '.copyright-wrap', 'property' => 'background', ), ), ] ); // Enable/Disable Powerby Hide Show Control new \Kirki\Field\Checkbox_Switch( array( 'label' => esc_html__('Powerby Hide Show Control', 'blog-reflection'), 'section' => 'footer_copyright_section', 'settings' => 'powerby_hide_show_control', 'default' => 'on', 'choices' => array( 'on' => esc_html__('Show', 'blog-reflection'), 'off' => esc_html__('Hide', 'blog-reflection'), ), ) );