[wp-trac] [WordPress Trac] #60302: Notice: Function wp_enqueue_script() was called incorrectly. "wp-editor"
WordPress Trac
noreply at wordpress.org
Fri Jan 19 19:10:48 UTC 2024
#60302: Notice: Function wp_enqueue_script() was called incorrectly. "wp-editor"
--------------------------+-----------------------------
Reporter: kazskater99 | Owner: (none)
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: General | Version:
Severity: normal | Keywords:
Focuses: |
--------------------------+-----------------------------
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
--
Ticket URL: <https://core.trac.wordpress.org/ticket/60302>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list