Plugin: Formidable Lite
Filter Name: frm_email_value
KB Link:
Declaration:
apply_filters( 'frm_email_value', $this->displayed_value, (object) $meta, $this->entry, array( 'field' => $this->field, ) );
Filter Type:
Static
In class:
FrmFieldValue
Source:
formidable/classes/models/FrmFieldValue.php
Notes:
—This hook is deprecated as of version 2.04—
Use frm_display_[field type]_value_custom hook instead
Change or format a value in the email notification before sending. This allows you to modify specific values in the email notification without modifying the entire email message.
Contribute Comments or Examples
No Entries Found