Changes between Initial Version and Version 1 of Ticket #61874, comment 1
- Timestamp:
- 08/15/2024 07:02:52 AM (5 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #61874, comment 1
initial v1 1 1 There is a workaround, by watching for a cookie set action: 2 2 {{{#!php 3 <?php 3 4 // The workaround. 4 5 add_action('set_auth_cookie', function( $auth_cookie, $expire, $expiration, $user_id, $scheme, $token ) {