Home › Forums › WoodMart support forum › how to add custom hook into the Quick View popup. › Reply To: how to add custom hook into the Quick View popup.
December 15, 2020 at 12:36 pm
#251145
Elise Noromit
Member
Hello,
Can you describe the steps you take?
add_action(
'woocommerce_after_add_to_cart_button',
function() {
echo 'Test';
}
);
Here are the result: http://prntscr.com/w336mk http://prntscr.com/w336v3
Best Regards