apply_filters( 'mcs_apply_custom_field', bool, array, object, string )
Test whether a field is called for the current form.
Parameters:
| Name | Type | Description |
|---|---|---|
bool |
$continue False to ignore this field. |
|
array |
$field Array of field data. |
|
object |
$event Event data. |
|
string |
$form_id ID for this form. |
- Source:
Returns:
bool