wp_theme_json_get_style_nodes, $nodes

wp_theme_json_get_style_nodes, $nodes

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: gutenberg.23.6.2

apply_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