filter_block_kses
filter_block_kses ( $block, $allowed_html, $allowed_protocols = array() )
Parameters:- (WP_Block_Parser_Block) block The parsed block object.
- (array[]|string) allowed_html An array of allowed HTML elements and attributes, or a context name such as 'post'. See wp_kses_allowed_html() for the list of accepted context names.
- (string[]) allowed_protocols Optional. Array of allowed URL protocols. Defaults to the result of wp_allowed_protocols().
Returns:- (array) The filtered and sanitized block object result.
Defined at: - Introduced in WordPress: 5.3.1
- Deprecated in WordPress: —
Description
Filters and sanitizes a parsed block to remove non-allowable HTML
from block attribute values.