bp_core_catch_profile_uri ()

如果未启用XProfile,则重定向离开/profile uri。

描述

文件:bp-core / bp-core-catchuri.php

function bp_core_catch_profile_uri() {if (!bp_is_active('xprofile')){/** *如果未启用xprofile,则过滤用户重定向到的路径。* * @since BuddyPress 1.0.0 * * @param string $value重定向用户到的路径。*/ bp_core_load_template(apply_filters('bp_core_template_display_profile', 'members/single/home'));} }

更新日志

更新日志
版本 描述
BuddyPress 1.0.0 介绍了。

问题吗?

我们总是很乐意帮助您解决代码或其他问题!搜索我们的开发人员文档联络支持,或与我们联系销售团队