Renders a single block into a HTML string.
_excerpt_render_inner_columns_blocks
Render inner blocks from the `core/columns` block for generating an excerpt.
excerpt_remove_blocks
Parses blocks out of a content string, and renders those appropriate for the excerpt.
get_dynamic_block_names
Returns an array of the names of all registered dynamic block types.
Advertisement
has_block
Determine whether a $post or a string contains a specific block type.
has_blocks
Determine whether a post or content string has blocks.
unregister_block_type
Unregisters a block type.
register_block_type
Registers a block type.
Advertisement
register_block_core_tag_cloud
Registers the `core/tag-cloud` block on server.
render_block_core_tag_cloud
Renders the `core/tag-cloud` block on server.
register_block_core_shortcode
Registers the `core/shortcode` block on server.
render_block_core_shortcode
Performs wpautop() on the shortcode block content.
Advertisement
register_block_core_search
Registers the `core/search` block on the server.
render_block_core_search
Dynamically renders the `core/search` block.
register_block_core_rss
Registers the `core/rss` block on server.