Filter hook 'wp_theme_json_get_style_nodes'

in WP Core File wp-includes/class-wp-theme-json.php at line 2580

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.
		 */