函数源码:
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工作流
- stvmccrr风格的玫瑰花ComfyUI工作流
- 一个全脸彩绘和纹身的超级名模ComfyUI工作流
- 水晶玉雕巨龙ComfyUI工作流
- 一只黑色章鱼ComfyUI工作流
- 基础扩图comfyui工作流
- 小鸟在黑暗的天空中优雅地跳舞
- 一个白色的咖啡杯,蒸汽从杯子里冒出来
- 一个巨大的漆黑的蟹王ComfyUI工作流
猜你喜欢
声明:本站提供的所有资源部分来自互联网,如果有侵犯您的版权或其他权益,请发送到邮箱:admin@ipkd.cn,我们会在看到邮件的第一时间内为您处理!