wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_is_block_theme › WordPress Function

Since5.9.0
Deprecatedn/a
wp_is_block_theme ( No parameters )
Returns:
  • (bool) Whether the active theme is a block-based theme or not.
Defined at:
Codex:

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



Source

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