Module::process_content_blocks( string $content )
Wrapper to add additional filter for block processing Reported and suggested here: https://github.com/WordPress/gutenberg/issues/17358 Based on https://github.com/WordPress/WordPress/blob/965fcddcf68cf4fd122ae24b992e242dfea1d773/wp-includes/blocks.php#L755
Parameters
- $content
-
(Required) The content string.
Source
File: includes/modules/performance/module.php
Expand full source code Collapse full source code View on Github