Invoice Maker — Payments with Stripe
Create invoices, manage clients, generate PDFs, and send invoice emails from WordPress.
4 database tables
| Table Name | Description | Method |
|---|---|---|
| wp_invoicewp_clients | Stores invoicewp clients data created by this plugin. | Static |
| wp_invoicewp_invoices | Stores invoicewp invoices data created by this plugin. | Static |
| wp_invoicewp_line_items | Stores invoicewp line items data created by this plugin. | Static |
| wp_invoicewp_saved_items | Stores invoicewp saved items data created by this plugin. | Static |
Core Table Usage
This plugin stores data in WordPress core tables rather than creating its own. These records may become orphaned if the plugin is uninstalled without a proper cleanup routine.
wp_optionsOption key:
invoicewp_db_versionOption key:invoicewp_flush_rewriteOption key:invoicewp_settingsOption key:invoicewp_stripe_event_idsOption key:majorwp_usermeta