Automattic\WooCommerce\Blocks\Templates
AbstractTemplateCompatibility::update_render_block_data()
Update the render block data to inject our custom attribute needed to determine which blocks belong to an inherited Products block.
Method of the class: AbstractTemplateCompatibility{}
No Hooks.
Return
Array
.
Usage
$AbstractTemplateCompatibility = new AbstractTemplateCompatibility(); $AbstractTemplateCompatibility->update_render_block_data( $parsed_block, $source_block, $parent_block );
- $parsed_block(array) (required)
- The block being rendered.
- $source_block(array) (required)
- An un-modified copy of $parsed_block, as it appeared in the source content.
- $parent_block(WP_Block|null) (required)
- If this is a nested block, a reference to the parent block.
AbstractTemplateCompatibility::update_render_block_data() AbstractTemplateCompatibility::update render block data code WC 9.6.0
abstract public function update_render_block_data( $parsed_block, $source_block, $parent_block );