bp_core_install_group_message_email ()

添加默认邀请邮件。

描述

文件:bp-core / admin / bp-core-admin-schema.php

函数bp_core_install_group_message_email() {$defaults = array('post_status' => 'publish', 'post_type' => bp_get_email_post_type(),);$邮件= bp_email_get_schema ();$description = bp_email_get_type_schema('描述');//将这些邮件添加到数据库中。Foreach ($email as $id => $email) {if (strpos($id, 'group-message ', 0) === false){继续;} //一些电子邮件是多站点的。如果(!Is_multisite () && isset($email['args']) && !Empty ($email['args']['multisite']){继续;} $post_id = wp_insert_post(bp_parse_args($email, $defaults, 'install_email_'); $id ) ); if ( ! $post_id ) { continue; } $tt_ids = wp_set_object_terms( $post_id, $id, bp_get_email_tax_type() ); foreach ( $tt_ids as $tt_id ) { $term = get_term_by( 'term_taxonomy_id', (int) $tt_id, bp_get_email_tax_type() ); wp_update_term( (int) $term->term_id, bp_get_email_tax_type(), array( 'description' => $descriptions[ $id ], ) ); } } /** * Fires after BuddyPress adds the posts for its bbp emails. * * @since BuddyBoss 1.0.0 */ do_action( 'bp_core_install_group_message_email' ); }

更新日志

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

问题吗?

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