Plugin: Formidable Lite
Filter Name: frm_entry_formatter_format
KB Link:
Declaration:
apply_filters( 'frm_entry_formatter_format', $this->format, array('atts' => $atts, 'entry' => $this->entry,) );
Filter Type:
Static
In class:
FrmEntryFormatter
Source:
formidable/classes/models/FrmEntryFormatter.php
Notes:
By default, FrmEntryFormatter class supports some format values (array, json, plain_text_block, and table). This filter helps you add a new format value based on the format passed to FrmEntryFormatter class.
Contribute Comments or Examples
No Entries Found