wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_setup_widgets_block_editor › WordPress Function

Seit5.8.0
Veraltetn/v
wp_setup_widgets_block_editor ( Keine Parameter )
Zugriff:
  • private
Definiert in:
Codex:

Enables the widgets block editor. This is hooked into 'after_setup_theme' so that the block editor is enabled by default but can be disabled by themes.



Quellcode

function wp_setup_widgets_block_editor() {
	add_theme_support( 'widgets-block-editor' );
}