apply_filters( 'hivepress/v1/forms/{form_name}', $props, $form ) → {array}
Filters the form properties. 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 |
|---|---|---|
$props |
array | Form properties. |
$form |
object | Form object. |
- Source:
Returns:
Form properties.
- Type
- array