bbp_get_converters
bbp_get_converters
Appears in: bbpress.2.6.0, bbpress.2.6.1, bbpress.2.6.11, bbpress.2.6.12, bbpress.2.6.2, bbpress.2.6.3, bbpress.2.6.4, bbpress.2.6.5, bbpress.2.6.6, bbpress.2.6.9
Hook Type: filter
Displaying hooks found in version: bbpress.2.6.9apply_filters('bbp_get_converters') is found 1 times:
- /includes/admin/tools/converter.php line 545051525354555657585960
}
}
// Filter & return
return
(
array
) apply_filters(
'bbp_get_converters'
,
$files
);
}
/**
* 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.