Wordpress获取作者的Google+个人资料网址

dir*_*ory 1 php wordpress author

在wordpress的作者页面,我想添加作者的Google+个人资料链接.

我知道如何通过the_author_meta('string')添加site_url,twitter,facebook等内容,但我不知道显示google +个人资料链接的名称.我试过'谷歌'但没有运气.

在wordpress的文档中,我找不到任何关于Goole + profile链接的信息.

提前致谢,

缺口

小智 5

试试这个:

the_author_meta('googleplus')
Run Code Online (Sandbox Code Playgroud)