Changes between Initial Version and Version 1 of Ticket #17976, comment 15
- Timestamp:
- 09/30/2011 11:07:55 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17976, comment 15
initial v1 4 4 It's possible to hook into `wp_get_current_commenter()` function to ignore existing cookies: 5 5 {{{ 6 function ignore_existing_comment_cookies( $commenter) {6 function ignore_existing_comment_cookies() { 7 7 return array( 'comment_author' => '', 'comment_author_email' => '', 'comment_author_url' => '' ); 8 8 }