pre_render_block, null, $parsed_block, $parent_block

pre_render_block, null, $parsed_block, $parent_block

Appears in:
Hook Type: filter

See hook in core

Displaying hooks found in version: 7.0.3

apply_filters('pre_render_block, null, $parsed_block, $parent_block') is found 1 times:

  • /wp-includes/blocks.php line 2360
    	 *                                     inner blocks were found.
    	 * }
    	 * @param WP_Block|null $parent_block If this is a nested block, a reference to the parent block.
    	 */
    	$pre_render = apply_filters( 'pre_render_block', null, $parsed_block, $parent_block );
    	if ( ! is_null( $pre_render ) ) {
    		return $pre_render;
    	}
    
    	$source_block = $parsed_block;