[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/src/includes/core/ -> filters.php (summary)

bbPress Filters This file contains the filters that are used through-out bbPress. They are consolidated here to make searching for them easier, and to help developers understand at a glance the order in which things occur.

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

Defines 4 functions

  _bbp_filter_locale()
  _bbp_has_forums_query()
  _bbp_has_topics_query()
  _bbp_has_replies_query()

Functions
Functions that are not part of a class:

_bbp_filter_locale( $locale = '', $domain = '' )   X-Ref
Deprecated locale filter

param: string $locale
return: string  $domain
since: 2.2.0 bbPress (r4213)

_bbp_has_forums_query( $args = array()   X-Ref
Deprecated forums query filter

param: array $args
return: array
since: 2.1.0 bbPress (r3961)

_bbp_has_topics_query( $args = array()   X-Ref
Deprecated topics query filter

param: array $args
return: array
since: 2.1.0 bbPress (r3961)

_bbp_has_replies_query( $args = array()   X-Ref
Deprecated replies query filter

param: array $args
return: array
since: 2.1.0 bbPress (r3961)



Generated: Fri Apr 26 01:01:04 2024 Cross-referenced by PHPXref 0.7.1