WP_Theme_JSON::get_styles_block_nodes(): array
A public helper to get the block nodes from a theme.json file.
Contents
Return
array The block nodes in theme.json.
Source
File: wp-includes/class-wp-theme-json.php
.
View all references
public function get_styles_block_nodes() {
return static::get_block_nodes( $this->theme_json );
}
Changelog
Version | Description |
---|---|
6.1.0 | Introduced. |