Advertisement

Advertisement

wp_load_alloptions

Loads and caches all autoloaded options, if available or all options.

safe_style_css

Filters list of allowed CSS attributes.

filter_block_kses_value

Filters and sanitizes a parsed block attribute value to remove non-allowable HTML.

Advertisement

filter_block_kses

Filters and sanitizes a parsed block to remove non-allowable HTML from block attribute values.

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.

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.