_restore_wpautop_hook
- %1$s is private and should not be used in themes or plugins directly.
_restore_wpautop_hook ( $content )
Access:Parameters:- (string) content The post content running through this filter.
Returns:- (string) The unmodified content.
Defined at: - Introduced in WordPress: 5.0.0
- Deprecated in WordPress: —
Description
If do_blocks() needs to remove wpautop() from the `the_content` filter, this re-adds it afterwards,
for subsequent `the_content` usage.