If do_blocks() needs to remove wpautop() from the the_content
filter, this re-adds it afterwards, for subsequent the_content
usage.
Parameters
$content
stringrequired- The post content running through this filter.
Source
return $pre_render;
}
$source_block = $parsed_block;
/**
* Filters the block being rendered in render_block(), before it's processed.
*
Changelog
Version | Description |
---|---|
5.0.0 | Introduced. |
User Contributed Notes
You must log in before being able to contribute a note or feedback.