函数源码:
function get_the_author_meta( $field = '', $user_id = false ) { $original_user_id = $user_id; if ( ! $user_id ) { global $authordata; $user_id = isset( $authordata->ID ) ? $authordata->ID : 0; } else { $authordata = get_userdata( $user_id ); } if ( in_array( $field, array( 'login', 'pass', 'nicename', 'email', 'url', 'registered', 'activation_key', 'status' ), true ) ) { $field = 'user_' . $field; } $value = isset( $authordata->$field ) ? $authordata->$field : ''; return apply_filters( "get_the_author_{$field}", $value, $user_id, $original_user_id ); }
基本用法:
// 获取用户名 get_the_author_meta( 'nicename', $author_id ); // 获取email get_the_author_meta( 'email', $author_id ); // 获取url get_the_author_meta( 'url', $author_id ); // 获取状态 get_the_author_meta( 'status', $author_id );
WordPress版本如何使用str_starts_with和str_ends_with函数
wordpress教程如何输出用于回复评论的隐藏输入html
标签: get_the_author_meta, wordpress函数
上面是“wordpress如何获取当前作者的各种属性”的全面内容,想了解更多关于 wordpress 内容,请继续关注web建站教程。
当前网址:https://ipkd.cn/webs_4406.html
workflows工作流
- 一座生动的点彩主义灯塔ComfyUI工作流
- 羚羊安上小白兔的门牙ComfyUI工作流
- 文生图工作流:一幅海底睡莲,碧海蓝天comfyui工
- 在白雪覆盖的广阔平原上两只可爱的小猫
- 一位穿着长袍的强大法师ComfyUI工作流
- 一个熙熙攘攘的市场场景,里面摆满了南瓜
- 梦幻中的一只猫咪ComfyUI工作流
- 一辆机器人虎狮高端混合动力车ComfyUI工作流
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!