• Resolved The-Dude

    (@the-dude-1)


    Hi,

    in the browser console i see two errors:

    Uncaught ReferenceError: wp is not defined
    and
    Uncaught ReferenceError: _ is not defined

    According to the linked sources i found these lines that causes the problem:

    
    <script type='text/javascript' id='wp-i18n-js-after'>
                wp.i18n.setLocaleData({
                    'text direction\u0004ltr': ['ltr']
                });
    </script>
    <script type='text/javascript' id='lodash-js-after'>
                window.lodash = _.noConflict();
    </script>

    Could you please have a look at them.

    Thx 🙂

Viewing 6 replies - 16 through 21 (of 21 total)
Viewing 6 replies - 16 through 21 (of 21 total)
  • The topic ‘Uncaught ReferenceError: wp is not defined, _ is not defined’ is closed to new replies.