WP Manifestindependent plugin directory
manifest / developer / widget-importer

WP CLI Widget Import

WP CLI Widget Importer

by Tom J Nowell, Code For The People · github.com/cftp/widget-importer

9stars
1forks

Install

No release zip yet. The repository archive installs, but the folder name will carry the branch suffix and updates will not flow:

wp plugin install https://github.com/cftp/widget-importer/archive/refs/heads/master.zip

Readme

WP CLI Widget Importer

Based on code by Gkurtyka Schibsted, this adds a new set of commands for importing and exporting sidebar data.

Usage

wp sidebars export > sidebars.tmp

cat sidebars.tmp | wp sidebars import

Read the full README on GitHub →