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