Filter: hivepress/v1/blocks/{block_type}/meta

apply_filters( 'hivepress/v1/blocks/{block_type}/meta', $meta ) → {array}

Filters the block class meta. The class meta stores properties related to the block type rather than a specific block instance. For example, it stores the block settings displayed in the editor. The dynamic part of the hook refers to the block type (e.g. listings). You can check the available block types in the includes/blocks directory of HivePress.

Parameters:
Name Type Description
$meta array

Class meta values.

Source:
Returns:

Class meta values.

Type
array