Plugin no longer works after Woo update
-
I did the update to Woo last week (version 9.2.3) and up until then the plugin worked perfectly. Now however, I’m getting the following error message:
There has been a critical error on this website.
I had previously added the snippet, which I think helped getting the images to show up:
add_filter( ‘wc_cart_pdf_mpdf’, function( $mpdf ) {
$mpdf->curlUserAgent = ‘Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/91.0.4472.114 Safari/537.36’;return $mpdf;
} );
I’ve turned off non-critical plugins to make sure there isn’t a conflict and that hasn’t helped.
Anyone else getting the same thing? Any fixes or workarounds? Thanks.
The page I need help with: [log in to see the link]
- You must be logged in to reply to this topic.