Invoice Maker — Payments with Stripe

Create invoices, manage clients, generate PDFs, and send invoice emails from WordPress.

4 database tables

Table NameDescriptionMethod
wp_invoicewp_clientsStores invoicewp clients data created by this plugin.Static
wp_invoicewp_invoicesStores invoicewp invoices data created by this plugin.Static
wp_invoicewp_line_itemsStores invoicewp line items data created by this plugin.Static
wp_invoicewp_saved_itemsStores 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_options
Option key:invoicewp_db_versionOption key:invoicewp_flush_rewriteOption key:invoicewp_settingsOption key:invoicewp_stripe_event_idsOption key:major
wp_usermeta
User meta