esc_html__( 'Copyright Settings', 'book-author-blog' ), 'panel' => 'book_author_blog_global_panel', 'capability' => 'edit_theme_options', ) ); Kirki::add_field( 'book_author_blog_config', [ 'type' => 'editor', 'settings' => 'copyright_text', 'label' => esc_html__( 'Edit Copyright Text', 'book-author-blog' ), 'section' => 'copyright_section', 'default' => wp_kses_post( 'Copyright 2024. All rights reserved.', 'book-author-blog' ), 'transport' => 'postMessage', 'js_vars' => [ [ 'element' => '.site-copyright .site-info .site-copyright-text', 'function' => 'html', ] ], ] );