• How do I enable a ‘clear this data’ option on the comment form, so as to clear the current commenter cookie and thus reduce potential problems on shared machines?

Viewing 1 replies (of 1 total)
  • Thread Starter gulliver

    (@gulliver)

    Answering my own post…

    Although I haven’t found a way to add a ‘clear this data’ option, at this link is a way to stop the data being set, by added this to the functions:

    remove_action( 'set_comment_cookies', 'wp_set_comment_cookies' );
Viewing 1 replies (of 1 total)

The topic ‘Clear comment cookies’ is closed to new replies.