wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



wp_theme_json_get_style_nodes › WordPress Filter Hooks

Seit6.1.0
Veraltetn/v
apply_filters( 'wp_theme_json_get_style_nodes', $nodes )
Parameter:
  • () nodes Style nodes with metadata.
    Erforderlich: Ja
Definiert in:
Codex:

Filters the list of style nodes with metadata.

This allows for things like loading block CSS independently.




Quellcode

return apply_filters( 'wp_theme_json_get_style_nodes', $nodes );