bp_search_helpers_cpts (数组美元的助手)
为每个可搜索的自定义文章类型加载搜索助手。
描述
参数
- 美元的助手
-
(数组)(必需)
返回
(数组)
源
文件:bp-search /插件/ search-cpt / index . php
Function bp_search_helpers_cts ($helpers) {$post_types = get_post_types(['public' => true]);$ custom_handler_cts =['帖子','论坛','话题','回复'];Foreach ($post_type as $post_type){//如果名称以cpt开头- if (!In_array ($post_type, $ custom_handler_cts) && bp_is_search_post_type_enable($post_type, 0)) {$searchable_type = 'cpt-'。post_type美元;$cpt_obj = get_post_type_object($post_type);// CPT仍然有效吗?If ($cpt_obj && !)Is_wp_error ($cpt_obj)) {require_once buddypress()->plugin_dir . Is_wp_error ($cpt_obj)) {“bp-search /插件/ search-cpt / class-bp-search-cpt.php '; $helpers[ $searchable_type ] = new BP_Search_CPT( $post_type, $searchable_type ); BP_Search::instance()->searchable_items[] = $searchable_type; } } } return $helpers; }
更新日志
版本 | 描述 |
---|---|
BuddyBoss 1.0.0 | 介绍了。 |