No Results Found

The page you requested could not be found. Try refining your search, or use the navigation above to locate the post.

add_filter( 'frm_form_token_check_before_today', 'my_custom_function' ); function my_custom_function( $times ) { array_push( $times, 3 * DAY_IN_SECONDS ); // Three days ago. return $times; }