Hook Detail

Plugin: Formidable Lite
Filter Name: frm_form_token_check_after_today
KB Link:
Declaration:
apply_filters('frm_form_token_check_after_today', array(( 45 * MINUTE_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 after 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

Codex Comments/Examples
First
Last
No Entries Found