Make WordPress Core

Changes between Initial Version and Version 1 of Ticket #61874, comment 1


Ignore:
Timestamp:
08/15/2024 07:02:52 AM (5 months ago)
Author:
dd32
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #61874, comment 1

    initial v1  
    11There is a workaround, by watching for a cookie set action:
    22{{{#!php
     3<?php
    34// The workaround.
    45add_action('set_auth_cookie', function( $auth_cookie, $expire, $expiration, $user_id, $scheme, $token ) {