pre_render_block
Filter Hook: Allows render_block() to be shortcircuited, by returning a non-null value.
Source: wp-includes/blocks.php:186
Filter Hook: Allows render_block() to be shortcircuited, by returning a non-null value.
Source: wp-includes/blocks.php:186
Filter Hook: Filters the block being rendered in render_block(), before it’s processed.
Source: wp-includes/blocks.php:201
Function: Returns the current version of the block format that the content string is using.
Source: wp-includes/blocks.php:312
Function: Parses dynamic blocks out of `post_content` and re-renders them.
Source: wp-includes/blocks.php:264
Function: If do_blocks() needs to remove wp_autop() from the `the_content` filter, this re-adds it afterwards, for subsequent `the_content` usage.
Source: wp-includes/blocks.php:293
Filter Hook: Filters the content of a single block.
Source: wp-includes/blocks.php:230
Function: Parses blocks out of a content string.
Source: wp-includes/blocks.php:241
Filter Hook: Filter to allow plugins to replace the server-side block parser
Source: wp-includes/blocks.php:249
Function: Unregisters a block type.
Source: wp-includes/blocks.php:39
Function: Determine whether a post or content string has blocks.
Source: wp-includes/blocks.php:56
Function: Determine whether a $post or a string contains a specific block type.
Source: wp-includes/blocks.php:81
Function: Returns an array of the names of all registered dynamic block types.
Source: wp-includes/blocks.php:103
Function: Parses blocks out of a content string, and renders those appropriate for the excerpt.
Source: wp-includes/blocks.php:127
Filter Hook: Filters the list of blocks that can contribute to the excerpt.
Source: wp-includes/blocks.php:154
Function: Renders a single block into a HTML string.
Source: wp-includes/blocks.php:175
Function: Registers a block type.
Source: wp-includes/blocks.php:26