How can I save full IP in consent logs?

IP in consent is anonymized for GDPR reasons. To unmask the IP address, copy below code snippet to your active theme’s functions.php.
// For disabling ip masking
add_filter( 'wt_cli_enable_ip_masking', '__return_false');

Can’t find what you need?

Browse our Documentation or contact Support to get your questions answered.

Help Desk