wpseek.com
A WordPress-centric search engine for devs and theme authors



determine_current_user › WordPress Filter Hooks

Since3.9.0
Deprecatedn/a
apply_filters( 'determine_current_user', false )
Parameters:
  • (int|false) $user_id User ID if one has been determined, false otherwise.
    Required: Yes
Defined at:
Codex:

Filters the current user.

The default filters use this to determine the current user from the request's cookies, if available.

Returning a value of false will effectively short-circuit setting the current user.





Source

$user_id = apply_filters( 'determine_current_user', false );