Runs all available exporters in sequence. This is the quickest way to export everything from WordPress in a single step.
WP-CLI:
wp wp2grav-allAdmin UI:
Click the Export All button under Tools > WP2Grav Exporter.
Discovers and runs every wp2grav-*.php plugin file found in the plugins/ directory (excluding itself). The exporters run in filesystem order, which typically means:
wp2grav-post-typeswp2grav-postswp2grav-roleswp2grav-sitewp2grav-users
After completion, the CLI output shows which exporters ran and the path to the export directory. If run from the Admin page, the Results window will display a success message along with a directory path to the exported files.
All export subdirectories are created under a single timestamped export directory:
wp-content/uploads/wp2grav-exports/<username>-<YYYYMMDD>/
See each individual exporter's documentation for the files it produces.
Copy the exported files from wp-content/uploads/wp2grav-exports/<export-dir>/ to your Grav user directory.
