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