文件:bp-search /类/ class-bp-search.php
|
描述 |
---|---|
bp_search_group_or_type_title |
所有的helper类都必须继承bp_search_Type |
bp_search_query_results |
下面的变量将是当前搜索类型helper类的对象,例如Bp_Search_Groups或Bp_Search_Posts等。 |
BP_Search: print_tabs () | |
BP_Search: print_results () | |
BP_Search: get_search_term () | |
BP_Search: has_search_results () | |
BP_Search: do_search () |
执行搜索并生成搜索结果 |
bp_search_class_search_wrap |
下面的变量将是当前搜索类型helper类的对象,例如Bp_Search_Groups或Bp_Search_Posts等。 |
BP_Search: prepare_search_page () |
在开始显示搜索页面内容之前设置好一切。 |
BP_Search: sanitize_args () |
在执行搜索之前清理用户输入。 |