[ Index ]

PHP Cross Reference of BBPress

title

Body

[close]

/src/includes/admin/tools/ -> converter.php (summary)

bbPress Converter Based on the hard work of Adam Ellis

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

Defines 2 functions

  bbp_get_converters()
  bbp_new_converter()

Functions
Functions that are not part of a class:

bbp_get_converters()   X-Ref
Return an array of available converters

return: array
since: 2.6.0 bbPress (r6447)

bbp_new_converter( $platform = '' )   X-Ref
This is a function that is purposely written to look like a "new" statement.
It is basically a dynamic loader that will load in the platform conversion
of your choice.

param: string $platform Name of valid platform class.
return: mixed Object if converter exists, null if not
since: 2.0.0



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