[ Index ] |
PHP Cross Reference of BBPress |
[Source view] [Print] [Project Stats]
bbPress Search Template Tags
File Size: | 450 lines (12 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
bbp_has_search_results( $args = array() X-Ref |
The main search loop. WordPress does the heavy lifting. return: object Multidimensional array of search information since: 2.3.0 bbPress (r4579) param: array $args All the arguments supported by {@link WP_Query} |
bbp_search_results() X-Ref |
Whether there are more search results available in the loop return: object Search information since: 2.3.0 bbPress (r4579) |
bbp_the_search_result() X-Ref |
Loads up the current search result in the loop return: object Search information since: 2.3.0 bbPress (r4579) |
bbp_search_title() X-Ref |
Output the search page title since: 2.3.0 bbPress (r4579) |
bbp_get_search_title() X-Ref |
Get the search page title since: 2.3.0 bbPress (r4579) |
bbp_search_url() X-Ref |
Output the search url since: 2.3.0 bbPress (r4579) |
bbp_get_search_url() X-Ref |
Return the search url return: string Search url since: 2.3.0 bbPress (r4579) |
bbp_search_results_url() X-Ref |
Output the search results url since: 2.4.0 bbPress (r4928) |
bbp_get_search_results_url() X-Ref |
Return the search url return: string Search url since: 2.4.0 bbPress (r4928) |
bbp_search_terms( $search_terms = '' ) X-Ref |
Output the search terms since: 2.3.0 bbPress (r4579) param: string $search_terms Optional. Search terms |
bbp_get_search_terms( $passed_terms = '' ) X-Ref |
Get the search terms return: bool|string Search terms on success, false on failure since: 2.3.0 bbPress (r4579) param: string $passed_terms Optional. Search terms |
bbp_get_search_pagination_base() X-Ref |
Return the base URL used inside of pagination links return: string since: 2.6.0 bbPress (r6679) |
bbp_search_pagination_count() X-Ref |
Output the search result pagination count since: 2.3.0 bbPress (r4579) |
bbp_get_search_pagination_count() X-Ref |
Return the search results pagination count return: string Search pagination count since: 2.3.0 bbPress (r4579) |
bbp_search_pagination_links() X-Ref |
Output search pagination links since: 2.3.0 bbPress (r4579) |
bbp_get_search_pagination_links() X-Ref |
Return search pagination links return: string Search pagination links since: 2.3.0 bbPress (r4579) |
Generated: Thu Jan 30 01:00:58 2025 | Cross-referenced by PHPXref 0.7.1 |