action doesn’t work
-
Hi,
I am developing a plugin that inserts some fields to woocommerce checkout fields,
But seems this action doesn’t work at all from plugin:add_action( 'woocommerce_after_order_notes', 'hello', 10, 1 ); function hello(){ echo 'hello'; }
I tested to check if the funtion calls or not, but the function doesn’t call at all
What’s the problem?
Thank you
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘action doesn’t work’ is closed to new replies.