Error 200: parsererror
-
I narrowed this error down to this code in my functions.php file but I am unsure how to update it.
Can you help?
add_action( ‘wpo_wcpdf_after_order_details’, ‘woocommerce_invoice_gift_message’, 10, 2 );
function woocommerce_invoice_gift_message ($template_type, $order) {
global $wpo_wcpdf;
if ($template_type == ‘invoice’) {
?>custom_field(‘Gift Message’, “Gift Message:
“); ?>
<?php
}
}
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Error 200: parsererror’ is closed to new replies.