remove_filter
-
Hello,
I’m looking for a way to remove the filter you have on line 180 of woocommerce-pdf-invoices/includes/woocommerce-pdf-invoices.php
add_filter( ‘woocommerce_email_headers’, array( $this, ‘add_emailitin_as_recipient’ ), 10, 3 );
I used to have :
remove_filter( ‘woocommerce_email_headers’, array(‘BE_WooCommerce_PDF_Invoices’,’add_emailitin_as_recipient’), 10 );
on the init hook but it doesn’t work anymore ?Do you have an idea ?
Thank you
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘remove_filter’ is closed to new replies.