determine_current_user

最后更新于:2021-11-26 07:33:20

apply_filters( ‘determine_current_user’, int|false $user_id )

Filters the current user.

参数

$user_id

(int|false)
User ID if one has been determined, false otherwise.

源文件

文件: gc-includes/user.php

View on Trac