Advertisement

block_categories

Filter the default array of block categories.

Advertisement

WP_Block_Type

Core class representing a block type.

Advertisement

block_version

Returns the current version of the block format that the content string is using.

_restore_wpautop_hook

If do_blocks() needs to remove wpautop() from the `the_content` filter, this re-adds it afterwards, for subsequent `the_content` usage.

do_blocks

Parses dynamic blocks out of `post_content` and re-renders them.

Advertisement

parse_blocks

Parses blocks out of a content string.

render_block

Renders a single block into a HTML string.

excerpt_remove_blocks

Parses blocks out of a content string, and renders those appropriate for the excerpt.