In this article

filter

jetpack_contact_form_forget_ip_address

Allows site owners to not include IP addresses in the saved form response. The IP address is still used as part of spam filtering, if enabled, but it is removed when this filter is set to true before saving to the database and e-mailing the form recipients.

Parameters

$remove_ip_address
bool

Should the IP address be removed. Default false.

$ip_address
string

IP address of the form submission.

Changelog

How to use this hook

See “How to use actions and filters to customize Jetpack”.