Uses
Uses | Description |
---|---|
wp-includes/blocks.php: filter_block_content() | Filters and sanitizes block content to remove non-allowable HTML from parsed block attribute values. |
wp-includes/plugin.php: remove_filter() | Removes a function from a specified filter hook. |
wp-includes/plugin.php: add_filter() | Hook a function or method to a specific filter action. |