bp_core_ajax_widget_friends ()

处理Connections小部件的AJAX分页或过滤。

描述

文件:bp-friends / bp-friends-widgets.php

函数bp_core_ajax_widget_friends() {check_ajax_referer('bp_core_widget_friends');switch ($_POST['filter']) {case 'newest-friends': $type = '最新';打破;Case 'recent -active-friends': $type = 'active';打破;Case 'popular-friends': $type = 'popular';打破;} $members_args = array('user_id' => bp_displayed_user_id(), 'type' => $type, 'max' => absint($_POST['max-friends']), 'populate_extras' => 1,);If (bp_has_members($members_args)): ?php echo ' 0[[将]]';//返回有效的结果。 TODO: remove this. ?>  
  • "; ?> "; ?>

    更新日志

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

    问题吗?

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