2696* This allows for things like loading block CSS independently.2697*2698* @since 6.1.02699*2700* @param array$nodes Style nodes with metadata.2701*/2702returnapply_filters('wp_theme_json_get_style_nodes',$nodes);2703}27042705/**2706*Apublic helper to get the block nodes from a theme.json file.2707*2708* @since 6.1.0
History
Introduced in 6.1.0. Unchanged from 6.7.7 through 7.1.0.