has_blocks


has_blocks ( $post = null )

Parameters:
  • (int|string|WP_Post|null) post Optional. Post content, post ID, or post object. Defaults to global $post.
See:
Returns:
  • (bool) Whether the post has blocks.
Defined at:

Description

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.

Related Functions

has_block, parse_blocks, do_blocks, _flatten_blocks, serialize_blocks

Top Google Results

User discussions

wpseek mobile