Ets Leaky Paywall To PMPro
LeakyToPMPro Migrator seamlessly transfers subscribers from Leaky Paywall to Paid Memberships Pro (PMPro), ensuring a smooth transition. With this plugin, subscribers gain exclusive privileges, enabling them to comment on and like posts, creating an enhanced and engaging community experience
by ExpressTech Softwares Solutions Pvt Ltd · github.com/younes-dro/leaky-paywall-to-pmpro · website
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/younes-dro/leaky-paywall-to-pmpro/archive/refs/heads/main.zipReadme
Leaky Paywall to PMPro CSV Generator
This WordPress plugin generates a CSV file compatible with the Paid Memberships Pro (PMPro) import functionality. The CSV file includes active members from the Leaky Paywall plugin, making it easy to migrate membership data.
Features
- Automated CSV Generation: Exports active Leaky Paywall members in a format ready for PMPro import.
- Easy to Use: Generate the file with a few clicks within your WordPress admin dashboard.
- Batch Processing: Handles large datasets efficiently.
- Compatible with PMPro: Ensures the output meets PMPro's CSV import requirements.
Installation
- Download the plugin from this repository.
- Log in to your WordPress admin dashboard.
- Navigate to Plugins > Add New > Upload Plugin.
- Upload the downloaded ZIP file and click Install Now.
- Activate the plugin.
Usage
- After activating the plugin, navigate to Tools > Leaky Paywall to PMPro in your WordPress admin dashboard.
- Click Generate CSV to create a CSV file with active Leaky Paywall members.
- Download the generated file.
- Import the file into PMPro using the PMPro Import Users From CSV Add-On.
CSV Format
The generated CSV file includes the following fields:
user_login: WordPress usernameuser_email: Email addressmembership_level: PMPro membership levelstart_date: Membership start dateend_date: Membership end date (if applicable)- Additional fields required by PMPro
Requirements
- WordPress 5.6 or higher
- PHP 7.4 or higher
- Leaky Paywall Plugin
- Paid Memberships Pro Plugin
Development
File Structure
/includes: Core functionality of the plugin./admin: Admin page logic for generating and managing CSV files./assets: Assets such as images or scripts (if applicable).