wpseek.com
Un motore di ricerca WordPress per sviluppatori e autori di temi



wp_setup_widgets_block_editor › WordPress Function

Da5.8.0
Deprecaton/a
wp_setup_widgets_block_editor ( Nessun parametro )
Accedi:
  • private
Definito a:
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.



Sorgenti

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