Home › Forums › WoodMart support forum › Woodmart Product carousel › Reply To: Woodmart Product carousel
November 28, 2023 at 1:15 pm
#516307
Artem Temos
Keymaster
Try to add the following PHP code snippet to the child theme functions.php file to fix this
add_action('woocommerce_paypal_payments_loop_start_messages_renderer_hook', '__return_empty_string');
add_action('woocommerce_paypal_payments_home_messages_renderer_hook', '__return_empty_string');