Embed Snippet on Your Site
MemberPress: Generate All Invoices
If the MemberPress PDF Invoice add-on is activated on the website, MemberPress will start generating invoices for all MemberPress-related transactions.
This code snippet will bulk create invoices for all transactions starting from the first transaction ever recorded in MemberPress, and store the invoices as PDF files in the wp-content/uploads/mepr/mpdf/ folder.
Once the code snippet is active on the website, the invoices are generated by visiting the generation link. The generation link is created by adding /wp-admin/?generate-invoices to the website URL (e.g. https://yourdomain.com/wp-admin/?generate-invoices).
To download the generated PDF files, access the website folder with the wp-content/uploads/mepr/mpdf/ path, using cPanel or via FTP client.
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
Comments