WP Manifestindependent plugin directory
manifest / integrations / edd-exporter

EDD Export to CSV by Freemius

Export EDD data to a CSV for a migration to Freemius.

by Freemius · github.com/stellarwp-sunset/edd-exporter · website

0stars
0forks

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/stellarwp-sunset/edd-exporter/archive/refs/heads/master.zip

Readme

EDD Exporter

A helper plugin for EDD that automatically exports all your store's licenses data into a CSV file compatible with Freemius CSV importer.

How it works?

After activating the plugin it will automatically start exporting the relevant data in the background to .../wp-content/uploads/edd-export.csv.

The plugin is non-blocking, which means that it won't affect your store's performance. It invokes a background HTTP request that will export the first 500 licenses data. If there are more licenses, it will invoke the next background HTTP request to handle the next 500 licenses, and so on.

The export takes about 60 sec per 500 licenses, so give it enough time based on the number of licenses created on your store.

Read the full README on GitHub →