Skip to content

Instantly share code, notes, and snippets.

@thefuxia
Last active December 28, 2020 18:24
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save thefuxia/3001262 to your computer and use it in GitHub Desktop.
Save thefuxia/3001262 to your computer and use it in GitHub Desktop.
No Comment Cookies
<?php # -*- coding: utf-8 -*-
/* Plugin Name: No Comment Cookies
*/
remove_action( 'set_comment_cookies', 'wp_set_comment_cookies' );
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment