We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
apply_filters( 'zerospam_get_ip', string $ip )
Applied to the IP address used by WordPress Zero Spam.
$ip (string) The user's IP address.
$ip
add_filter( 'zerospam_get_ip', function( $ip ) { // Alter the IP address here. return $ip; } );