• WP 5.8 throws a warning on the Widgets admin screen when Responsive Lightbox is enabled:

    wp_enqueue_script() was called incorrectly. "wp-editor" script should not be enqueued together with the new widgets editor

    Looking at the code, Responsive Lightbox enqueues the ‘wp-editor’ script, which the new widget block editor does not like. Disabling the plugin removes the error.

The topic ‘Widget Editor PHP Error’ is closed to new replies.