Archived topic
Another WooCommerce Hook Question
3 replies · Started by stesch79 on February 23, 2023
Hi all
I've searched through the forum for days, but did not find my answer. So here's the question:
I need to add this function/filter as an element (hook): https://gist.github.com/jessepearson/543772c0fe2b42b52c3c5addae77acf9
So I create a new hook. I set a custom hook "woocommerce_email_attachments". But what do display rules do I choose? I'm helpless.
Many thanks,
Stephan
Hi Stephan,
Looking at this function, it should be added using one of the methods introduced here:
Adding PHP: https://docs.generatepress.com/article/adding-php/
Using a hook element is not the correct way to do this.
Hi Ying
Many thanks for your reply and the hint. Much appreciated! With the Code Snippets plugin, it works!
Kind regards,
Stephan
Nice :) Glad to hear that!