Wordpress 钩子:the_author_field
文章目录
请求的用户元数据的值。
原型
apply_filters( "the_author_{$field}", string $author_meta, int $user_id )
描述
过滤器名称是动态的,取决于函数的$ field参数。
参数
$author_meta
(string)
元数据的价值。
$user_id
(int)
用户ID。
源文件
路径:wp-includes/author-template.php
其他
英文文档:https://developer.wordpress.org/reference/hooks/the_author_field/
文章作者 iBllex
上次更新 2019-02-15