bp_xprofile_ajax_add_repeater_set ()

添加中继器。

描述

文件:bp-xprofile / bp-xprofile-repeaters.php

函数bp_xprofile_ajax_add_repeater_set () {check_ajax_referer('bp_xprofile_add_repeater_set', '_wpnonce');$user_id = bp_displayed_user_id() ?bp_displayed_user_id (): bp_loggedin_user_id ();If (!$user_id) {die();} $field_group_id = isset($_REQUEST['group']) ?absint($_REQUEST['group']): false;如果(!$field_group_id) {die();} $count = bp_get_profile_field_set_count($field_group_id, $user_id);美元计数+ +;Bp_set_profile_field_set_count ($field_group_id, $user_id, $count); die( 'ok' ); }

更新日志

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

问题吗?

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