WP_Compat::delete_themes_using_blocks()
Action hooked to after_switch_theme to remove the theme that may not work properly.
Return
(void)
Source
File: wp-includes/classicpress/class-wp-compat.php
public function delete_themes_using_blocks() {
update_option( 'theme_using_blocks', false );
}