• Resolved philraymond

    (@philraymond)


    I’m getting an error:

    Uncaught ReferenceError: wp is not defined

    It’s referring to this script, which I believe is WooCommerce code:

    <script>( function( domain, translations ) {
    var localeData = translations.locale_data[ domain ] || translations.locale_data.messages;
    localeData[“”].domain = domain;
    wp.i18n.setLocaleData( localeData, domain );
    } )( “default”, { “locale_data”: { “messages”: { “”: {} } } } );</script>

Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Uncaught ReferenceError: wp is not defined’ is closed to new replies.