Filter: ep_blocks_pre_all_blocks

apply_filters( 'ep_blocks_pre_all_blocks', $meta_keys ) → {null|array}

Short-circuits the process of getting all blocks of a template.

Returning a non-null value will effectively short-circuit the function.

Parameters:
Name Type Description
$meta_keys null

Blocks array

Since:
  • 4.7.0
Source:
Returns:

Blocks array or null to keep default behavior

Type
null | array