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