'panel', # Theme Option > Reset options 'section' => array( 'id' => 'bizsmart-reset-section', 'title' => esc_html__( 'Reset Options' ,'bizsmart' ), ), 'fields' => array( array( 'id' => 'bizsmart-reset-options', 'type' => 'bizsmart-reset', 'settings' => array_keys( $instance::$settings ), 'label' => esc_html__( 'Reset', 'bizsmart' ), 'description' => esc_html__( 'Reseting will delete all the data. Once bizsmart-reset, you will not be able to get back those data.', 'bizsmart' ), ), ), ) ); } endif;