wc hooks how to deal ?
-
Hi
I drop wc hooks component on new order email template then i choose woocommerce_email_order_meta hook
After that i add test snippet like this
add_action( 'woocommerce_email_order_meta','date_email_list()',6); function date_email_list() { print( '<br>---TEST---<br>' ); print( "<br><br>" ); }
But there is no reaction in preview and test email
The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘wc hooks how to deal ?’ is closed to new replies.