apply_filters( 'wp_theme_json_get_style_nodes', array $nodes )

Filters the list of style nodes with metadata.


Description

This allows for things like loading block CSS independently.


Top ↑

Parameters

$nodes array
Style nodes with metadata.

Top ↑

Source

File: wp-includes/class-wp-theme-json.php. View all references

return apply_filters( 'wp_theme_json_get_style_nodes', $nodes );


Top ↑

Changelog

Changelog
Version Description
6.1.0 Introduced.

Top ↑

User Contributed Notes

You must log in before being able to contribute a note or feedback.