get_the_author_{$field}
最后更新于:2021-11-26 23:43:20
apply_filters( “get_the_author_{$field}”, string $value, int $user_id, int|false $original_user_id )
Filters the value of the requested user metadata.
参数
- $value
-
(string)
The value of the metadata. - $user_id
-
(int)
The user ID for the value. - $original_user_id
-
(int|false)
The original user ID, as passed to the function.
源文件
文件: gc-includes/author-template.php