render_block_data

Advertisement

Summery Summery

Filters the block being rendered in render_block(), before it’s processed.

Syntax Syntax

apply_filters( 'render_block_data', array $parsed_block, array $source_block )

Parameters Parameters

$parsed_block

The block being rendered.

$source_block

An un-modified copy of $parsed_block, as it appeared in the source content.

Source Source

File: wp-includes/blocks.php

Advertisement

Changelog Changelog

Changelog
Version Description
5.1.0 Introduced.

Advertisement

Leave a Reply