Users: Add context to the send_auth_cookies filter.

This changeset adds `$user_id`, `$expire`, `$expiration` and `$token` parameters to provide context to `send_auth_cookies` hook, which allows the filter to skip sending auth cookies.

Props dd32, mukesh27, costdev, peterwilsoncc, audrasjb.
Fixes #56971.
See #39367.

Built from https://develop.svn.wordpress.org/trunk@55164


git-svn-id: http://core.svn.wordpress.org/trunk@54697 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
audrasjb
2023-01-31 08:46:13 +00:00
parent 15af7662df
commit 67abe8cfb3
2 changed files with 12 additions and 3 deletions

View File

@@ -16,7 +16,7 @@
*
* @global string $wp_version
*/
$wp_version = '6.2-alpha-55163';
$wp_version = '6.2-alpha-55164';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.