For your function f2user() you can change your code to this: $current_user = wp_get_current_user(); return $current_user->ID;. According to wp_get_current_user ...
確定! 回上一頁