apply_filters( 'render_block_data', array $block , array $source_block )
Filters the block being rendered in render_block(), before it’s processed.
Description Description
Parameters Parameters
- $block
-
(array) The block being rendered.
- $source_block
-
(array) An un-modified copy of $block, as it appeared in the source content.
Source Source
File: wp-includes/blocks.php
Changelog Changelog
Version | Description |
---|---|
5.1.0 | Introduced. |