| [ Index ] |
PHP Cross Reference of WordPress Trunk (Updated Daily) |
[Source view] [Print] [Project Stats]
Block Serialization Parser
| File Size: | 90 lines (3 kb) |
| Included or required: | 1 time |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
WP_Block_Parser_Block:: (1 method):
__construct()
Class: WP_Block_Parser_Block - X-Ref
Class WP_Block_Parser_Block| __construct( $name, $attrs, $inner_blocks, $inner_html, $inner_content ) X-Ref |
| Constructor. Will populate object properties from the provided arguments. param: string $name Name of block. param: array $attrs Optional set of attributes from block comment delimiters. param: array $inner_blocks List of inner blocks (of this same class). param: string $inner_html Resultant HTML from inside block comment delimiters after removing inner blocks. param: array $inner_content List of string fragments and null markers where inner blocks were found. |
| Generated : Thu Oct 30 08:20:06 2025 | Cross-referenced by PHPXref |