apply_filters( 'hivepress/v1/meta_boxes/{meta_box_name}', $props ) → {array}
Filters meta box properties. The dynamic part of the hook refers to the meta box name (e.g. listing_settings). You can check the available meta boxes in the includes/configs/meta-boxes.php file of HivePress.
Parameters:
| Name | Type | Description |
|---|---|---|
$props |
array | Meta box properties. |
- Source:
Returns:
Meta box properties.
- Type
- array