效果
代码
文件目录/wp-content/plugins/avatar-box/inc/code/initialize.php
搜索:zib_send_json_success(array(‘msg’ => ‘佩戴成功’,’hide_modal’ => true,’reload’=>true));
在上方添加下面代码
头像框功能仅认证用户使
if (zib_is_user_auth() == false){ zib_send_json_success(array('error' => 1, 'ys' => 'danger', 'msg' => '头像框功能仅认证用户使')); }}
头像框功能仅会员用户使用
if (!zib_get_user_vip_level() == 1 & !zib_get_user_vip_level() == 2){ zib_send_json_success(array('error' => 1, 'ys' => 'danger', 'msg' => '头像框功能仅会员用户使用')); }
© 版权声明
文章版权归作者所有,未经允许请勿转载。
THE END
- 最新
- 最热
只看作者