所有分类
  • 所有分类

  • Warning: Attempt to read property "name" on null in /www/wwwroot/loudigu.com/wp-content/themes/modown/header.php on line 289

wordpress用户头像在线调用代码

我们在做wordpress网站的时候常常需要调用用户头像

常用调用代码为:

<?phpechoget_avatar(get_the_author_email(),'60');?>

可以通过邮件调用avatar头像

如果有自定义头像的话我们可以用下面代码:

<?phpglobal$current_user;get_currentuserinfo();echoget_avatar($current_user->user_email,32);?>

原文链接:https://loudigu.com/wordpress%e7%94%a8%e6%88%b7%e5%a4%b4%e5%83%8f%e5%9c%a8%e7%ba%bf%e8%b0%83%e7%94%a8%e4%bb%a3%e7%a0%81.html,转载请注明出处~~~
0
广告位招租
本站愿景:打造一个更专业的更完善的WP华语交流互助平台,助力WP华语生态蓬勃发展
显示验证码
没有账号?注册  忘记密码?