Filter: mcs_honeypot_limit

apply_filters( 'mcs_honeypot_limit', $limit ) → {int}

Set minimum submission time limit for the My Calendar form honeypot. If it took less than x seconds to submit this form, reject it.

Parameters:
Name Type Description
$limit int

Minimum number of seconds submissions are reasonably expected to take. Default 6.

Source:
Returns:
Type
int