Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author eventualo

    (@eventualo)

    You can disable ip address registration adding this code in your theme functions.php:

    function my_easymail_disable_ip ( $ip_address ) {
        return '';
    }
    add_filter ( 'alo_easymail_ip_address', 'my_easymail_disable_ip' );
    Thread Starter cassy679

    (@cassy679)

    grazie mille

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘IP iscritti’ is closed to new replies.