Skip to content

Instantly share code, notes, and snippets.

@krafit
Created May 20, 2018 16:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save krafit/ff7678ee6d095a5e861ea3bb3c5b50c6 to your computer and use it in GitHub Desktop.
Save krafit/ff7678ee6d095a5e861ea3bb3c5b50c6 to your computer and use it in GitHub Desktop.
function fwae_remove_commentsip( $comment_author_ip ) {
return '';
}
add_filter( 'pre_comment_user_ip', 'fwae_remove_commentsip' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment