Plugin: Formidable Lite
Filter Name: 'frm_' . $args['field']['type'] . '_primary_field_options'
KB Link:
Declaration:
do_action( 'frm_' . $args['field']['type'] . '_primary_field_options', $args );
Action Type:
Dynamic
In class:
FrmFieldType
Source:
formidable/classes/models/fields/FrmFieldType.php
Notes:
Replace [type] in the hook with the name of the field type. This adds settings into the field-specific section in the field settings.
The KB page that references this filter falls under the topic of Creating Add-ons and should be of particular interest to developers.
Contribute Comments or Examples
No Entries Found