pbiron / wordpress-exporter-v2-extension

demonstrates the hooks in https://github.com/pbiron/wordpress-exporter-v2 that allow plugins to extend an export.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

WordPress Exporter Redux Extension

Plugin that demonstrates the hooks in WordPress Exporter Redux that allow plugins to extend an export.

Description

For this plugin to do anything at all, you will need to install/activate WordPress Exporter Redux.

This plugin doesn't actually do anything useful. It merely demonstrates how a plugin can take advantage of the hooks provided in WordPress Exporter Redux that are not in the standard exporter.

How do I use it?

  1. Install and activate the WordPress Exporter Redux plugin.
  2. Install this plugin directly from GitHub. (Download as a ZIP)
  3. Activate this plugin
  4. Head to Tools
  5. Select "Export (v2)"
  6. Follow the on-screen instructions.

Change Log

0.2

  • Now uses WP_XMLWriter
  • Rewrote as a class (instead of using anonymous funcs)

0.1

  • Init commit

How can I help?

Have a comment/suggestion about the hooks in WordPress Exporter Redux that this plugin demonstrations? Head on over to WordPress Exporter Redux: Issues and open an issue.

Have a comment about this plugin, per se? I probably won't respond (after all, this is only a "demo")...but if it is something really serious, then go ahead and open an issue here.

About

demonstrates the hooks in https://github.com/pbiron/wordpress-exporter-v2 that allow plugins to extend an export.

License:GNU General Public License v2.0


Languages

Language:PHP 100.0%