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 | 介绍了。 |