#60302 closed defect (bug) (invalid)
Notice: Function wp_enqueue_script() was called incorrectly. "wp-editor"
| Reported by: |
|
Owned by: | |
|---|---|---|---|
| Milestone: | Priority: | normal | |
| Severity: | normal | Version: | |
| Component: | Widgets | Keywords: | |
| Focuses: | Cc: |
Description (last modified by )
Notice: Function wp_enqueue_script() was called incorrectly. "wp-editor" script should not be enqueued together with the new widgets editor (wp-edit-widgets or wp-customize-widgets). Please see Debugging in WordPress for more information. (This message was added in version 5.8.0.) in /.../wp-includes/functions.php on line 6031
I am doing this not to show message.
function example_theme_support() {
remove_theme_support( 'widgets-block-editor' );
}
add_action( 'after_setup_theme', 'example_theme_support' );
But If I put back to block editor show up I wan to use block editor
Thank you
Change History (3)
#2
@
2 years ago
- Component changed from General to Widgets
- Description modified (diff)
- Milestone Awaiting Review deleted
- Resolution set to invalid
- Status changed from new to closed
Sorry, WordPress Core Trac is used for fixing and enhancing the Core software, not for individual site help.
Please use the support forums for help requests.
https://wordpress.org/support/forums/
This error has already had multiple related topics to read before opening a new topic too.
https://wordpress.org/search/%22wp-editor%22+script+should+not+be+enqueued+together+with+the+new+widgets+editor/
The message added in #53569 indicates that the active theme or a plugin uses the incompatible wp-editor script. If you can determine which plugin or theme causes the error, you could report it on their support forum.
This show up in Widget area NOt sure what to do with this..
Help me please.