xipasduarte/wp-post-exporter

Export any WordPress post type to CVS.
430
Install
composer require xipasduarte/wp-post-exporter
Latest Version:2.0.0
PHP:>=8
License:GPL-2.0+
Last Updated:May 10, 2023
Links: GitHub  ·  Packagist
Maintainer: xipasduarte

WP Post Exporter

What is it?

This is a plugin to allow you to export your WordPress posts, allowing for a fine selection of fields to include, in a variety of formats like: CSV (currently supported), JSON, plain text, etc.

Where is the importer for migrations?

The plugin is not concerned with data migration between WordPress installs, there are other plugins more suited for that. Use this to extract specific portions of data in a way that fits external needs (e.g. loading on a spreadsheet).