Description
Filters the list of style nodes with metadata. This allows for things like loading block CSS independently.
Occurrences
Filename | Line Number |
---|---|
wp-includes/class-wp-theme-json.php | 2580 |
Parameters
Type | Name | Description |
---|---|---|
array | $nodes | Style nodes with metadata. |
PHP Doc
/**
* Filters the list of style nodes with metadata.
*
* This allows for things like loading block CSS independently.
*
* @since 6.1.0
*
* @param array $nodes Style nodes with metadata.
*/