wpseek.com
Uma área de pesquisa sobre o WordPress para devs e autores do tema



wp_is_block_theme › WordPress Function

Desde5.9.0
Obsoleton/a
wp_is_block_theme ( Sem parâmetros )
Retorna:
  • (bool) Whether the active theme is a block-based theme or not.
Definido em:
Codex:

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



Fonte

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