Files
Filename | Hook Type | Line Number | PHP Doc |
---|---|---|---|
wp-includes/class-wp-theme-json.php | apply_filters | 1938 | /** * 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. */ |
Hook Parameters
Parameter Type | Name | Description |
---|---|---|
array | $nodes | Style nodes with metadata. |