• Resolved Thaddeous

    (@theig072)


    How do we completely remove all rows this plugin added to the database? I see that there are a ton of wcpdf rows still in the wp_postmeta table after the plugin has been removed but what else does this plugin add? What can I safely delete without harming woo-commerce core data? What is this date: _wc_customer_order_csv_export_is_exported ? And can i safely delete this from my database? For some reason this plugin is causing a conflict with Stripe payment gateway.

    Please reply. Gracias.

    https://ww.wp.xz.cn/plugins/woocommerce-pdf-invoices-packing-slips/

Viewing 1 replies (of 1 total)
  • Plugin Contributor Ewout

    (@pomegranate)

    Hi!
    All meta data from the PDF invoice plugin has _wcpdf_ in front of it and you can safely delete it from the database. _wc_customer_order_csv_export_is_exported is from another plugin (looks like a CSV exporter :o).
    There are also a few options in the options database that you can safely delete, again, everything with the _wcpdf_ prefix.

    Hope that helps!

    Ewout

Viewing 1 replies (of 1 total)

The topic ‘Database Cleanup Issues’ is closed to new replies.