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



wp_is_block_theme › WordPress Function

Seit5.9.0
Veraltetn/v
wp_is_block_theme ( Keine Parameter )
Gibt zurück:
  • (bool) Whether the active theme is a block-based theme or not.
Definiert in:
Codex:

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



Quellcode

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