Home › Forums › WoodMart support forum › Abnormal Content Display › Reply To: Abnormal Content Display
November 23, 2023 at 10:49 am
#514821
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');