get_the_author_{$field}

过滤钩子
apply_filters( "get_the_author_{$field}", $value, $user_id, $original_user_id )
参数
  • (string) $value The value of the metadata.
    Required:
  • (int) $user_id The user ID for the value.
    Required:
  • (int|false) $original_user_id The original user ID, as passed to the function.
    Required:
定义位置
相关勾子
the_author_fieldget_terms_fieldsthe_author_linkget_the_timeget_the_guid
相关方法
get_the_author_idget_the_author_emailget_the_author_yimget_the_author_icqget_the_author_aimget_the_author_url
引入
4.3.0
弃用
-

get_the_author_{$field}: 该函数为当前文章的作者检索指定字段的值。参数$field可以是用户资料的任何字段,如user_nicename、user_email、user_url等。

过滤所请求的用户元数据的值。

过滤器的名称是动态的,取决于该函数的$field参数。

return apply_filters( "get_the_author_{$field}", $value, $user_id, $original_user_id );

常见问题

FAQs
查看更多 >