bp_profile_search_add_main_form ()

添加BuddyBoss个人资料搜索表单。

描述

文件:bp-core /概要搜索/ bps-start.php

function bp_profile_search_add_main_form () {$post_args = array('post_title' => __('过滤结果','buddyboss'), 'post_type' => 'bp_ps_form', 'post_status' => 'publish',);$post_id = wp_insert_post($post_args, true);If (!is_wp_error($post_id)) {bp_update_option ('bp_profile_search_main_form', $post_id);} }

更新日志

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

问题吗?

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