| Multiple IP should be seperated with with comma(,). | My IP- | |
| > Enable Custom Validation Message | This option is available for only Contact Form 7 Plugin . | |
if(function_exists('wpda_verify_ip')){
//Where $ip is default My IP
wpda_verify_ip($ip);
}
if(function_exists('get_ip')){
//Where $array_output true -> return array output, false -> comma seprated string
wpda_get_ip($array_output);
}