text 终极会员组 - 创建讨论帖
Posted
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了text 终极会员组 - 创建讨论帖相关的知识,希望对你有一定的参考价值。
function wpuf_post_umgroup( $post_id, $form_id ) {
/* Build the post content by adding the referer URL to the comment and update the post */
$lv_comment = $_POST['_my_comment'] . PHP_EOL . PHP_EOL . home_url() . wp_get_referer();
$lv_post = array();
$lv_post['ID'] = $post_id;
$lv_post['post_author'] = get_current_user_id();
$lv_post['post_content'] = $lv_comment;
$lv_post['post_type'] = "um_groups_discussion";
wp_update_post( $lv_post );
/* Update the post meta fields needed for UM Groups see hidden fields in WPUF form */
update_post_meta( $post_id, '_original_content', $lv_comment );
update_post_meta( $post_id, '_user_id', get_current_user_id() );
update_post_meta( $post_id, '_wall_id', '1');
update_post_meta( $post_id, '_action', 'status');
update_post_meta( $post_id, '_user_id', get_current_user_id());
update_post_meta( $post_id, '_group_id', 28330);
update_post_meta( $post_id, '_group_moderation', 'approved');
}
add_action( 'wpuf_add_post_after_insert', 'wpuf_post_umgroup' );
以上是关于text 终极会员组 - 创建讨论帖的主要内容,如果未能解决你的问题,请参考以下文章
text 终极会员 - 在“档案设置”菜单中添加菜单项
text 终极会员 - 隐藏其他用户角色的个人资料标签
终极会员注销无法使用 WPML
text 终极BB KEY
关于ios 推送功能的终极解决
text 终极成员 - 使用每个用户角色的自定义名称更改显示名称