Link IP to details?
-
Hello, another plugin I use links IP addresses to proxycheck.io. How would I do that with the email log page? That code is below. Thanks!
function filter_ripm_show_ip($theip) {
$theip = ''.$theip.'';
return $theip;
}
add_filter('ripm_show_ip', 'filter_ripm_show_ip');
- The topic ‘Link IP to details?’ is closed to new replies.