Filters the list of style nodes with metadata.
Description
This allows for things like loading block CSS independently.
Parameters
$nodesarray- Style nodes with metadata.
Source
return apply_filters( 'wp_theme_json_get_style_nodes', $nodes );
Changelog
| Version | Description |
|---|---|
| 6.1.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.