将Metronet个人资料图片添加到前端wordpress页面

时间:2018-11-25 20:03:10

标签: php wordpress plugins

我最近安装了一个名为User Profile Picture的插件,用于将ajax上传表单添加到前端页面,但是我想出了一种添加方法,可以添加此短代码

add_shortcode('avatar', 'mt_profile_img');

metronet-profile-picture/metronet-profile-picture.php

但那只是显示个人资料图片而不上传。

它在wordpress dashboard -> users -> your profile -> profile image中非常有效
image metronet profile picture screenshot

所以我想将我的那一页插入为简码,这样我就可以编辑它而不仅仅是显示图片

这是链接代码:

https://github.com/ronalfy/user-profile-picture/blob/dev/src/metronet-profile-picture.php

请帮忙吗?

0 个答案:

没有答案