WordPress Hooks Explorer

Listing all hooks extracted WordPress Core


Details about wp_theme_json_get_style_nodes

Back to home

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.