Changes between Initial Version and Version 1 of Ticket #49258, comment 3
- Timestamp:
- 08/07/2020 03:03:05 AM (5 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #49258, comment 3
initial v1 5 5 The function `wp_logout` in `pluggable.php` should send the header: 6 6 {{{ 7 header('Clear-Site-Data: *');7 header('Clear-Site-Data:"*"'); 8 8 }}}