Plugin: Formidable Lite
Filter Name: 'frm_' . $section['anchor'] . '_form'
KB Link:
Declaration:
do_action( 'frm_' . $section['anchor'] . '_form', $frm_settings );
Action Type:
Dynamic
Source:
formidable/classes/views/frm-settings/form.php
Notes:
Add settings or content on the Global settings page. The name of the tab will be the name of the hook. A few examples include:
- frm_general_settings_form
- frm_permissions_settings_form
- frm_custom_css_settings_form
- frm_manage_styles_settings_form
- frm_captcha_settings_form
- frm_white_label_settings
- frm_inbox_settings_form
- frm_export-view_settings_form
- frm_registration_settings_form
- frm_misc_settings_form
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