2634* This allows for things like loading block CSS independently.2635*2636* @since 6.1.02637*2638* @param array$nodes Style nodes with metadata.2639*/2640returnapply_filters('wp_theme_json_get_style_nodes',$nodes);2641}26422643/**2644*Apublic helper to get the block nodes from a theme.json file.2645*2646* @since 6.1.0
History
Introduced in 6.1.0. Unchanged from 6.7.7 through 7.1.0.