• alessandrogu81

    (@alessandrogu81)


    Hi,

    I’ve added following filter to my function.php child theme:

    add_filter(‘wpcf7_remote_ip_addr’, ‘wpcf7_anonymize_ip_addr’);

    but Flaming is storing anyway IP addresses

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Takayuki Miyoshi

    (@takayukister)

    See Contact Form 7 5.0.3

    The wpcf7_anonymize_ip_addr() function anonymizes an IP address. Anonymized address is still an IP address. It doesn’t mean eliminating the address.

    Thread Starter alessandrogu81

    (@alessandrogu81)

    It is clear, I’ve already seen the documentation, I should see four 0 at the end of the IP address, instead I see 5.170.47.45
    This not looks an anonymized address, looks a complete one

    Plugin Author Takayuki Miyoshi

    (@takayukister)

    I’ve added following filter to my function.php child theme

    It should be coded in functions.php in the active theme.

    Thread Starter alessandrogu81

    (@alessandrogu81)

    It is, like stated in my first post.

    I’ve added:

    add_filter(‘wpcf7_remote_ip_addr’, ‘wpcf7_anonymize_ip_addr’);

    in function.php of my Active CHILD theme.

    CHILD il a problem?

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘IP address anonymize function doens’t works’ is closed to new replies.