bp_is_user_change_avatar ()
当前页面是用户个人资料头像编辑部分吗?
描述
如http://example.com/members/joe/profile/change-avatar/(或其子页)。
返回
(保龄球)如果当前页面是用户的头像编辑页面,则为True。
源
文件:bp-core / bp-core-template.php
函数bp_is_user_change_avatar() {return (bool) (bp_is_profile_component() && bp_is_current_action('change-avatar'));}
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.5.0 | 介绍了。 |