render_block_data, $parsed_block, $source_block, $parent_block

render_block_data, $parsed_block, $source_block, $parent_block

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('render_block_data, $parsed_block, $source_block, $parent_block') is found 1 times:

  • /wp-includes/blocks.php line 2398
    	 *                                     inner blocks were found.
    	 * }
    	 * @param WP_Block|null $parent_block If this is a nested block, a reference to the parent block.
    	 */
    	$parsed_block = apply_filters( 'render_block_data', $parsed_block, $source_block, $parent_block );
    
    	$context = array();
    
    	if ( $post instanceof WP_Post ) {
    		$context['postId'] = $post->ID;