wpseek.com
Eine auf WordPress spezialiserte Suchmaschine für Entwickler und Theme-Autoren



determine_current_user › WordPress Filter Hooks

Seit3.9.0
Veraltetn/v
apply_filters( 'determine_current_user', false )
Parameter:
  • (int|false) $user_id User ID if one has been determined, false otherwise.
    Erforderlich: Ja
Definiert in:
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.





Quellcode

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