wp_theme_json_get_style_nodes, $nodes
wp_theme_json_get_style_nodes, $nodes
Appears in: gutenberg.23.6.2
Hook Type: filter
Displaying hooks found in version: gutenberg.23.6.2apply_filters('wp_theme_json_get_style_nodes, $nodes') is found 1 times:
- /lib/class-wp-theme-json-gutenberg.php line 3306
* @since 6.1.0 * * @param array $nodes Style nodes with metadata. */ return apply_filters( 'wp_theme_json_get_style_nodes', $nodes ); } /** * A public helper to get the block nodes from a theme.json file. * * @since 6.1.0