3318* This allows for things like loading block CSS independently.3319*3320* @since 6.1.03321*3322* @param array$nodes Style nodes with metadata.3323*/3324returnapply_filters('wp_theme_json_get_style_nodes',$nodes);3325}33263327/**3328*Apublic helper to get the block nodes from a theme.json file.3329*3330* @since 6.1.0
History
Introduced in 6.1.0. Unchanged from 6.7.7 through 7.1.0.