esc_html__( 'Copyright Settings', 'brighter-blog' ), 'panel' => 'footer_options', ) ); new \Kirki\Field\Text( [ 'settings' => 'copyright_setting', 'label' => esc_html__( 'Copyright Text', 'brighter-blog' ), 'section' => 'footer_copyright_section', 'default' => '© Copyright 2014-[Y] Brighter Blog. All rights reserved.', 'partial_refresh' => [ 'footer-copyright_text_refresh' => [ 'selector' => '.copyright-text', 'render_callback' => 'brighter-blog_copyright_customizer_quick_edit', ], ], ] ); Kirki::add_field( 'theme_config', [ 'type' => 'custom', 'settings' => 'copyright_pro_feature_upgrade', 'section' => 'footer_copyright_section', 'default' => '

' . esc_html__( 'Upgrade to Pro!', 'brighter-blog' ) . '

' . esc_html__( 'Unlock exclusive features and customization options by upgrading to the Pro version.', 'brighter-blog' ) . '

' . esc_attr__( 'Pro Feature', 'brighter-blog' ) . ' ' . esc_html__( 'Upgrade Now', 'brighter-blog' ) . '
', ] );