WP Manifestindependent plugin directory
manifest / developer / wxr-generator

WXR Generator

Plugin that allows generating a WordPress Export (WXR)

by Caribou Team · github.com/automattic/wxr-generator · website

6stars
4forks

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/automattic/wxr-generator/archive/refs/heads/trunk.zip

The WXR generator is a library that helps with the creation of WXR files.

Description

A WXR is an XML file that contains an export of posts, pages, authors, categories, terms, and tags. A WXR file can be imported in a WordPress site and thus allows you to transfer content from one site to another.

The WXR Generator is a library that can be used by exporters to generate a WXR file that follows a schema that is compatible with the WordPress importer.

Installation

TBD.

Changelog

0.1.0

  • Initial release