Docs

evf_get_entries_by_form_id( int $form_id, string $start_date = '', string $end_date = '', bool $hide_trashed = false ): array

Get all the entries by form id between the start and end date.

Parameters

$form_idintrequired
Form ID.
$start_datestringoptional
Start date.

Default:''

$end_datestringoptional
End date.

Default:''

$hide_trashedbooloptional
Exclude trashed entries.

Default:false

Return

array of entries by form ID.

Changelog

VersionDescription
1.7.0Introduced.