2649* This allows for things like loading block CSS independently.2650*2651* @since 6.1.02652*2653* @param array$nodes Style nodes with metadata.2654*/2655returnapply_filters('wp_theme_json_get_style_nodes',$nodes);2656}26572658/**2659*Apublic helper to get the block nodes from a theme.json file.2660*2661* @since 6.1.0
History
Introduced in 6.1.0. Unchanged from 6.7.7 through 7.1.0.