Forum Replies Created

Viewing 1 replies (of 1 total)
  • Thread Starter devctorres

    (@devctorres)

    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.wcdata
    add_action('wp_head', function () {
    echo "\n";
    }, 1);


Viewing 1 replies (of 1 total)