esc_html__( 'Scroll To Top Button Settings', 'author-portfolio' ), 'panel' => 'author_portfolio_global_panel', 'capability' => 'edit_theme_options', ) ); Kirki::add_field( 'author_portfolio_config', [ 'type' => 'toggle', 'settings' => 'show_scroll_to_top_button', 'label' => esc_html__( 'Show Scroll To Top Button', 'author-portfolio' ), 'section' => 'scroll_to_top_button_section', 'default' => '1', ] ); Kirki::add_field( 'author_portfolio_config', [ 'type' => 'toggle', 'settings' => 'hide_button_on_mobile_device', 'label' => esc_html__( 'Hide Button On Mobile Device', 'author-portfolio' ), 'section' => 'scroll_to_top_button_section', 'default' => '1', ] );