Home Forums WoodMart support forum Abnormal Content Display Reply To: Abnormal Content Display

#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');