Custom Thankyou Page
-
I’m developing on woocommerce 8.6 and wordpress 6.5 and using checkout blocks. After using them in my payment gateway plugin ,hook i used for custom thankyou message on order confirmation page stops working.
add_filter( 'woocommerce_thankyou_order_received_text', 'HBLPAYPGW_thank_you_title_modify', 10, 2 );
I want to confirm that does checkout block in woo commerce still support this filter or not?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Custom Thankyou Page’ is closed to new replies.