bbPress – Delete author’s IP

Just adding to functions.php of themes.

add_filter('bbp_get_author_ip', '__return_empty_string');
Yahman
WordPress