Loading the block-editor.js file while using the Classic Editor plugin.
-
When using https://wordpress.org/plugins/classic-editor/ after WP 5.0 the check on https://plugins.trac.wordpress.org/browser/unique-title-checker/trunk/unique-title-checker.php#L160 fails to detect that we are not using the Gutenberg Block editor, but the Classic WYSIWYG via the plugin.
This results in being enqueued the
unique-title-checker-block-editor.jsfile on the WP backend instead ofunique-title-checker.js.I’ve sent a PR on GH fixing this if you are interested: https://github.com/2ndkauboy/unique-title-checker/pull/6
The topic ‘Loading the block-editor.js file while using the Classic Editor plugin.’ is closed to new replies.