Filter the default array of block categories.
use_block_editor_for_post_type
Filter whether a post is able to be edited in the block editor.
use_block_editor_for_post
Filter whether a post is able to be edited in the block editor.
WP_Screen::is_block_editor
Sets or returns whether the block editor is loading on the current screen.
Advertisement
wp_get_default_privacy_policy_content
Filters the default content suggested for inclusion in a privacy policy.
WP_Privacy_Policy_Content::get_default_content
Return the default suggested privacy policy content.
WP_Privacy_Policy_Content::notice
Add a notice with a link to the guide when editing the privacy policy page.
WP_Block_Type
Core class representing a block type.
Advertisement
WP_Block_Type_Registry
Core class used for interacting with block types.
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.