Bp_Search_Media:: generate_html (字符串template_type美元''

为媒体搜索生成Html

描述

参数

template_type美元

字符串(可选)模板类型。

默认值:“

文件:bp-search /类/ class-bp-search-media.php

$template_type = ") {$document_ids = array();Foreach ($this->search_results['items'] as $item_id => $item_html) {$document_ids[] = $item_id;} //现在我们有所有的posts。//让我们做一个媒体循环。$args = array('include' => implode(',', $document_ids), 'per_page' => count($document_ids), 'search_terms' => false,);do_action(“bp_before_search_photos_html”);If (bp_has_media($args)) {while (bp_media()): bp_the_media();$result = array('id' => bp_get_media__id (), 'type' => $this->type, 'title' => bp_get_media_title(), 'html' => bp_search_buffer_template_part('loop/photos', $template_type, false),);$this->search_results['items'][bp_get_media_id()] = $result; / /搜索结果endwhile; } do_action( 'bp_after_search_photos_html' ); }

问题吗?

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