This function’s access is marked private. This means it is not intended for use by plugin or theme developers, only in other core functions. It is listed here for completeness.
Inside_Layout::count_blocks_html( string $content )
Method to count blocks via HTML regex parse and insert content.
Parameters
- $content
-
(Required) The post content.
Return
(string)
Source
File: includes/modules/custom_layouts/admin/inside_layout.php
Expand full source code Collapse full source code View on Github