block_version()
Function: Returns the current version of the block format that the content string is using.
Source: wp-includes/blocks.php:1131
Function: Returns the current version of the block format that the content string is using.
Source: wp-includes/blocks.php:1131
Function: If do_blocks() needs to remove wpautop() from the `the_content` filter, this re-adds it afterwards, for subsequent `the_content` usage.
Source: wp-includes/blocks.php:1112
Function: Parses blocks out of a content string.
Source: wp-includes/blocks.php:1062
Filter Hook: Filter to allow plugins to replace the server-side block parser.
Source: wp-includes/blocks.php:1070
Function: Parses dynamic blocks out of `post_content` and re-renders them.
Source: wp-includes/blocks.php:1084
Function: Registers a block type. The recommended way is to register a block type using the metadata stored in the `block.json` file.
Source: wp-includes/blocks.php:531
Function: Unregisters a block type.
Source: wp-includes/blocks.php:548
Function: Determines whether a post or content string has blocks.
Source: wp-includes/blocks.php:567
Function: Determines whether a $post or a string contains a specific block type.
Source: wp-includes/blocks.php:597
Function: Returns an array of the names of all registered dynamic block types.
Source: wp-includes/blocks.php:642
Function: Parses blocks out of a content string, and renders those appropriate for the excerpt.
Source: wp-includes/blocks.php:876
Filter Hook: Filters the list of blocks that can contribute to the excerpt.
Source: wp-includes/blocks.php:921
Function: Renders a single block into a HTML string.
Source: wp-includes/blocks.php:990