• The following error is reported on the JavaScript console:

    
    Uncaught TypeError: $ is not a function
        at tN.<anonymous> (playbuzz-tinymce.js?wp-mce-49110-20201110-tadv-5600:420)
        at vp.c.fire (wp-tinymce.js?ver=49110-20201110:3)
        at tN.fire (wp-tinymce.js?ver=49110-20201110:3)
        at d (wp-tinymce.js?ver=49110-20201110:27)
        at q (wp-tinymce.js?ver=49110-20201110:27)
        at G (wp-tinymce.js?ver=49110-20201110:27)
        at Tt (wp-tinymce.js?ver=49110-20201110:27)
        at Dt (wp-tinymce.js?ver=49110-20201110:27)
        at m (wp-tinymce.js?ver=49110-20201110:27)
        at wp-tinymce.js?ver=49110-20201110:27
    

    Fix would be to replace $ by jQuery.

    This leads to several issues in the editor, for instance copy/paste is no longer working.

  • The topic ‘WordPress 5.6 jQuery Bug’ is closed to new replies.