bp_xprofile_get_visibility_levels ()
了解全球油价水平。
描述
返回
(数组)
源
文件:bp-xprofile / bp-xprofile-functions.php
函数bp_xprofile_get_visibility_levels(){/** *从$bp全局中过滤可见性级别。* * @since BuddyPress 1.6.0 * * @param array $visibility_levels可见级别数组。*/返回apply_filters('bp_xprofile_get_visibility_levels', buddypress()->profile->visibility_levels);}
更新日志
版本 | 描述 |
---|---|
BuddyPress 1.6.0 | 介绍了。 |