IP Configurations

Multiple IP should be seperated with with comma(,). My IP-
> Enable Custom Validation Message This option is available for only Contact Form 7 Plugin .

Verify IP

  • if(function_exists('wpda_verify_ip')){
    //Where $ip is default My IP
    wpda_verify_ip($ip);
    }

Get IP List

  • if(function_exists('get_ip')){
    //Where $array_output true -> return array output, false -> comma seprated string
    wpda_get_ip($array_output);
    }