# widget-data **Repository Path**: mirrors_Automattic/widget-data ## Basic Information - **Project Name**: widget-data - **Description**: WordPress Plugin - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-08 - **Last Updated**: 2026-06-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README === Widget Settings Importer/Exporter === Contributors: kevinlangleyjr, smccafferty Tags: widget, import, export Requires at least: 2.8 Tested up to: 3.3 Stable tag: trunk Allows you to export and import widgets settings. == Description == Gives the user the ability to export the current widget settings and states as a json file. You can then import those settings on a different server or installation of WordPress so you have the same widgets within the same sidebars as the export. The import will not overwrite any data currently within the sidebars, but instead will increment the widgets and add a new instance of the widget instead. **Please note that the plugin currently does not import anything if that particular sidebar is unavailable during the import. == Installation == This section describes how to install the plugin and get it working. e.g. 1. Upload entire widget-settings-importexport directory to the `/wp-content/plugins/` directory 2. Activate the plugin through the 'Plugins' menu in WordPress == Changelog == = 0.1 = * First Version = 0.2 = * Fixing blank redirect with WP installed within sub directory = 0.3 = * Fixing export of empty file by instead of creating temp file, it will just output the json = 0.4 = * Fixing headers already sent error