wpseek.com
A WordPress-centric search engine for devs and theme authors
block_core_navigation_filter_out_empty_blocks › WordPress Function
Since5.9.0
Deprecatedn/a
› block_core_navigation_filter_out_empty_blocks ( $parsed_blocks )
Parameters: |
|
Returns: |
|
Defined at: |
|
Codex: |
Filter out empty "null" blocks from the block list.
'parse_blocks' includes a null block with 'nn' as the content when it encounters whitespace. This is not a bug but rather how the parser is designed.