“_wcpdf_invoice_exists” not set for custom templates
-
Hello,
In class-wcpdf-export.php:290, I notice that _wcpdf_invoice_exists is only set for the “invoice” template. Is there a way to filter $template_type to search for additional template files?
if ( $template_type == 'invoice' ) { update_post_meta( $order_id, '_wcpdf_invoice_exists', 1 ); }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘“_wcpdf_invoice_exists” not set for custom templates’ is closed to new replies.