Plugin: Formidable Lite
Filter Name: frm_global_failed_msg
KB Link:
Declaration:
apply_filters( 'frm_global_' . $string, $this->{$string}, $this );
Filter Type:
Static
In class:
FrmSettings
Source:
formidable/classes/models/FrmSettings.php
Notes:
This hook can be used to customize the failed/duplicate entry message in the Formidable → Global settings → Message Defaults. It is the "We're sorry. It looks like you've already submitted that" message.
It is a realization of 'frm_global_' . $string.
For further explanation, please see Formidable's Dynamic Hooks.
Contribute Comments or Examples
No Entries Found