Checks the logged-in cookie if the previous auth cookie could not be validated and parsed. This is a callback for the 'determine_current_user' filter, rather than API.
Parameters
$user_idint|false
The user ID (or false) as received from the determine_current_user filter.
Return
int|false
User ID if validated, false otherwise. If a user ID from an earlier filter callback is received, that value is returned.
Uses · 3
is_blog_admin()Determines whether the current request is for a site's administrative interface.
is_network_admin()Determines whether the current request is for the network administrative interface.
Signature, return type and hooks compared across 5 parsed releases.
About this page
Parsed data
Generated from the wordpress-develop 7.0.4 tag, from src/wp-includes/user.php, and regenerated for each WordPress release so it tracks the code rather than a snapshot of it.
Corrections
Something wrong on this page? Report it and it gets fixed in the next regeneration.