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.


Top ↑

Source Source

File: wp-includes/blocks.php

View on Trac


Top ↑

Changelog Changelog

Changelog
Version Description
5.1.0 Introduced.


Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.