[ Index ] |
PHP Cross Reference of BBPress |
[Source view] [Print] [Project Stats]
bbPress Search Functions
File Size: | 137 lines (3 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
bbp_search_query( $new_args = array() X-Ref |
Run the search query param: mixed $new_args New arguments return: bool False if no results, otherwise if search results are there since: 2.3.0 bbPress (r4579) |
bbp_get_search_query_args() X-Ref |
Return the search query args return: array Query arguments since: 2.3.0 bbPress (r4579) |
bbp_search_results_redirect() X-Ref |
Redirect to search results page if needed return: If a redirect is not needed since: 2.4.0 bbPress (r4928) |
bbp_get_search_type_ids() X-Ref |
Return an array of search types return: array since: 2.6.0 bbPress (r6903) |
bbp_sanitize_search_request( $query_arg = 's' ) X-Ref |
Sanitize a query argument used to pass some search terms. Accepts a single parameter to be used for forums, topics, or replies. param: string $query_arg s|fs|ts|rs return: mixed since: 2.6.0 bbPress (r6903) |
Generated: Sat Sep 7 01:00:49 2024 | Cross-referenced by PHPXref 0.7.1 |