Ari Stathopoulos (@aristath)

Forum Replies Created

Viewing 1 replies (of 1 total)
  • In reply to: GDPR Compliance

    The only thing that I found has to go away 100% is IP-logging.
    It is no longer legal to display IPs publicly like bbPress currently does.

    On my site it was pretty simple to do using this:

    add_filter( 'bbp_current_author_ip', function() {
    	return '127.0.0.1';
    } );
Viewing 1 replies (of 1 total)