hook (filter): Filter controls if an email recovery form is shown to blocked IPs.<p>A recovery form allows folks to re-gain access to the login form via an email link if their IP was mistakenly blocked.</p>
hook (filter): Filter controls if an email recovery form is shown to blocked IPs.<p>A recovery form allows folks to re-gain access to the login form via an email link if their IP was mistakenly blocked.</p>
hook (filter): Short-circuit check_login_ability.<p>If there is an alternate way to validate the current IP such as a hard-coded list of IP addresses, we can short-circuit the rest of the login ability checks and return true here.</p>
hook (filter): Filter controls maximum timeout in waiting for reponse from Protect servers. View Example