bp_core_memberpress_the_content (混合美元的内容)
修复BuddyPress页面的会员新闻隐私。
描述
参数
- 美元的内容
-
(混合)(必需)
返回
(混合)
源
文件:bp-core /兼容性/ bp-incompatible-plugins-helper.php
函数bp_core_memberpress_the_content($content) {if (class_exists('MeprBaseModel')) {global $post;$ page_ids = bp_core_get_directory_page_ids ();if (bp_is_groups_component() && !empty($post->ID)) {$post = get_post($page_ids['groups']); / /获取组的ID} else if (bp_is_media_component() && !empty($post->ID)) {$post = get_post($page_ids['media']);} else if (bp_is_members_component() && !empty($post->ID)) {$post = get_post($page_ids['members']);} else if (bp_is_activity_component() && !empty($post->ID)) {$post = get_post($page_ids['activity']);}}返回$content;}
更新日志
版本 | 描述 |
---|---|
BuddyBoss 1.2.4 | 介绍了。 |