Uses
| Uses | Description |
|---|---|
| wp-includes/blocks.php: filter_block_kses() | Filters and sanitizes a parsed block to remove non-allowable HTML from block attribute values. |
| wp-includes/blocks.php: serialize_block() | Returns the content of a block, including comment delimiters, serializing all attributes from the given parsed block. |
| wp-includes/blocks.php: parse_blocks() | Parses blocks out of a content string. |