@since: bbPress (r4579) |
Description |
---|---|
BBP_Shortcodes::display_search() |
Display the contents of search results in an output buffer and return to ensure that post/page contents are displayed first. |
bbp_is_search() |
Check if current page is a search page |
bbp_search_pagination_count() |
Output the search result pagination count |
bbp_get_search_pagination_count() |
Return the search results pagination count |
bbp_search_pagination_links() |
Output search pagination links |
bbp_get_search_pagination_links() |
Return search pagination links |
bbp_get_search_query_args() |
Return the search’s query args |
bbp_has_search_results() |
The main search loop. WordPress does the heavy lifting. |
bbp_search_results() |
Whether there are more search results available in the loop |
bbp_the_search_result() |
Loads up the current search result in the loop |