Hook Detail

Plugin: Formidable Lite
Filter Name: frm_include_meta_keys
KB Link:
Declaration:
apply_filters( 'frm_include_meta_keys', false, array( 'form_id' => $entry->form_id ) );
Filter Type:
Static
In class:
FrmEntry
Source:
formidable/classes/models/FrmEntry.php
Notes:

This hook makes it so when an entry object is retrieved, like this:

$entry = FrmEntry::getOne( $id, true)

then the $entry->metas includes the field values by ID and also by key. Normally when retrieving an entry object, the $entry -> metas would only include the field values by ID.

Contribute Comments or Examples

Codex Comments/Examples
First
Last
No Entries Found