'panel', # Theme Options >Sidebar Layout > Settings 'section' => array( 'id' => 'scroll-to-top-options', 'title' => esc_html__( 'Scroll To Top Options','bizsmart' ), ), 'fields' => array( array( 'id' => 'enable-scroll-to-top', 'label' => esc_html__( 'Enable', 'bizsmart' ), 'default' => true, 'type' => 'bizsmart-toggle' ), ), ) ); } add_action( 'init', 'bizsmart_scroll_to_top_options' );