apply_filters( 'render_block_context', array $context , array $parsed_block , WP_Block|null $parent_block )
Filters the default context provided to a rendered block.
Parameters
- $context
-
(array) Default context.
- $parsed_block
-
(array) Block being rendered, filtered by
render_block_data
. - $parent_block
-
(WP_Block|null) If this is a nested block, a reference to the parent block.
Source
File: wp-includes/blocks.php
Changelog
Version | Description |
---|---|
5.9.0 | The $parent_block parameter was added. |
5.5.0 | Introduced. |