Kurze Frage noch.
Wofür steht die Ziffer 100?
Code
// Disables the block editor from managing widgets in the Gutenberg plugin.
add_filter( 'gutenberg_use_widgets_block_editor', '__return_false', 100 );
https://stackoverflow.com/questions/6841…or-of-wordpress
In meiner functions.php steht als Wert "10"
https://wordpress.org/support/topic/…ia-code-plugin/
Bei github für die Widgets der Wert "100"
Code
// Disables the block editor from managing widgets in the Gutenberg plugin.
add_filter( 'gutenberg_use_widgets_block_editor', '__return_false', 100 );
https://gist.github.com/alainlankers/7…eb985e3a39180f9
Danke voraus.