wpseek.com
A WordPress-centric search engine for devs and theme authors



wp_theme_json_get_style_nodes › WordPress Filter Hooks

Since6.1.0
Deprecatedn/a
apply_filters( 'wp_theme_json_get_style_nodes', $nodes )
Parameters:
  • () nodes Style nodes with metadata.
    Required: Yes
Defined at:
Codex:

Filters the list of style nodes with metadata.

This allows for things like loading block CSS independently.




Source

return apply_filters( 'wp_theme_json_get_style_nodes', $nodes );