Plugin: Formidable Lite
Filter Name: frm_form_token_check_before_today
KB Link:
Declaration:
apply_filters( 'frm_form_token_check_before_today', array( ( 2 * DAY_IN_SECONDS ), ( 1 * DAY_IN_SECONDS ), ) );
Filter Type:
Static
In class:
FrmAntiSpam
Source:
formidable/classes/models/FrmAntiSpam.php
Notes:
This hook can be used to extend the valid token times before current date. Learn more about Antispam Javascript token.
- It is a filter for extending the timeframe for our Check entries for spam using JavaScript setting. If this isn't enabled, this filter won't do anything.
- The error message that is associated with this filter is Form token is invalid. Please refresh the page.
Contribute Comments or Examples
No Entries Found