wpseek.com
A WordPress-centric search engine for devs and theme authors
has_blocks › WordPress Function
Since5.0.0
Deprecatedn/a
› has_blocks ( $post = null )
Parameters: |
|
See: | |
Returns: |
|
Defined at: |
|
Codex: |
Determines whether a post or content string has blocks.
This test optimizes for performance rather than strict accuracy, detecting the pattern of a block but not validating its structure. For strict accuracy, you should use the block parser on post content.