Filter: hivepress/v1/forms/{form_name}/meta

apply_filters( 'hivepress/v1/forms/{form_name}/meta', $meta ) → {array}

Filters the form class meta. The class meta stores properties related to the form type rather than a specific form instance. For example, it stores the form captcha settings. The dynamic part of the hook refers to the form name (e.g. listing_update). You can check the available forms in the includes/forms directory of HivePress.

Parameters:
Name Type Description
$meta array

Class meta values.

Source:
Returns:

Class meta values.

Type
array