Unregisters a block style.
register_block_style
Registers a new block style.
filter_block_kses_value
Filters and sanitizes a parsed block attribute value to remove non-allowable HTML.
filter_block_kses
Filters and sanitizes a parsed block to remove non-allowable HTML from block attribute values.
Advertisement
filter_block_content
Filters and sanitizes block content to remove non-allowable HTML from parsed block attribute values.
serialize_blocks
Returns a joined string of the aggregate serialization of the given parsed blocks.
serialize_block
Returns the content of a block, including comment delimiters, serializing all attributes from the given parsed block.
get_comment_delimited_block_content
Returns the content of a block, including comment delimiters.
Advertisement
strip_core_block_namespace
Returns the block name to use for serialization. This will remove the default “core/” namespace from a block name.
serialize_block_attributes
Given an array of attributes, returns a string in the serialized attributes format prepared for post content.
block_core_social_link_services
Returns the SVG for social link.
block_core_social_link_get_name
Returns the brand name for social link.
Advertisement
block_core_social_link_get_icon
Returns the SVG for social link.
register_block_core_social_link
Registers the `core/social-link` blocks.
render_block_core_social_link
Renders the `core/social-link` block on server.