Forums
(@devctorres)
7 months ago
I solved it with a temporary fix in the /wp-content/mu-plugins folder. Create a .php file and paste the following:<?php// Evita que el front reviente si un script espera window.wcdataadd_action('wp_head', function () {echo "\n";}, 1);
<?php// Evita que el front reviente si un script espera window.wcdataadd_action('wp_head', function () {echo "\n";}, 1);