Changes between Initial Version and Version 1 of Ticket #61874, comment 3
- Timestamp:
- 08/15/2024 07:03:08 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61874, comment 3
initial v1 4 4 Going back to the `logout_redirect` filter, it's also possible to retrieve the session token at that point in time, although the data will have been lost (although the token is still known): 5 5 {{{#!php 6 <?php 6 7 add_filter( 'logout_redirect', function( $redirect, $requested_redirect_to, $user ) { 7 8 var_dump( [