return;
} static $core_blocks_meta;
if ( !
$core_blocks_meta ) { $core_blocks_meta =
require ABSPATH . WPINC . '/blocks/blocks-json.php';
} $includes_url =
includes_url();
$includes_path = ABSPATH . WPINC . '/';
$suffix =
wp_scripts_get_suffix();
$wp_styles =
wp_styles();
$style_fields = array
( 'style' => 'style',
'editorStyle' => 'editor',
);
/*
* Ignore transient cache when the development mode is set to 'core'. Why? To avoid interfering with
* the core developer's workflow.
*/
if ( !
wp_is_development_mode( 'core'
) ) { $transient_name = 'wp_core_block_css_files';