• Resolved ciminternet

    (@ciminternet)


    Hi!

    If you use “Classic Editor” plugin, WP Required Taxonomies don’t work and return a js error in the console.

    In lines 33-34 of wp-content/plugins/required-taxonomies/assets/js/admin.js file:

    // Is gutenberg?
    if (jQuery('.components-panel__body-toggle').length)

    This if return true with “classic editor” plugin, but Gutenberg is not active, so next lines fails.

    It’s possible to fix it?

    Thanks!

The topic ‘Trouble with Classic Editor plugin’ is closed to new replies.