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



wp_is_block_theme › WordPress Function

Da5.9.0
Deprecaton/a
wp_is_block_theme ( Nessun parametro )
Ritorna:
  • (bool) Whether the active theme is a block-based theme or not.
Definito a:
Codex:

Returns whether the active theme is a block-based theme or not.



Sorgenti

function wp_is_block_theme() {
	return wp_get_theme()->is_block_theme();
}