[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/src/includes/search/ -> template.php (summary)

bbPress Search Template Tags

File Size: 450 lines (12 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 16 functions

  bbp_has_search_results()
  bbp_search_results()
  bbp_the_search_result()
  bbp_search_title()
  bbp_get_search_title()
  bbp_search_url()
  bbp_get_search_url()
  bbp_search_results_url()
  bbp_get_search_results_url()
  bbp_search_terms()
  bbp_get_search_terms()
  bbp_get_search_pagination_base()
  bbp_search_pagination_count()
  bbp_get_search_pagination_count()
  bbp_search_pagination_links()
  bbp_get_search_pagination_links()

Functions
Functions that are not part of a class:

bbp_has_search_results( $args = array()   X-Ref
The main search loop. WordPress does the heavy lifting.

param: array $args All the arguments supported by {@link WP_Query}
return: object Multidimensional array of search information
since: 2.3.0 bbPress (r4579)

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

param: string $search_terms Optional. Search terms
since: 2.3.0 bbPress (r4579)

bbp_get_search_terms( $passed_terms = '' )   X-Ref
Get the search terms

param: string $passed_terms Optional. Search terms
return: bool|string Search terms on success, false on failure
since: 2.3.0 bbPress (r4579)

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 Apr 25 01:01:05 2024 Cross-referenced by PHPXref 0.7.1