Docs

evf_is_field_exists( int $form_id, string $field ): bool

Checks if field exists within the form.

Parameters

$form_idintrequired
Form ID.
$fieldstringrequired
Field ID.

Return

bool True if the field exists in the form.

Changelog

VersionDescription
1.5.7Introduced.