bbp_get_title_max_length
bbp_get_title_max_length
Appears in: bbpress.2.5.14, 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_title_max_length') is found 1 times:
- /includes/core/options.php line 601597598599600601602603604605606607
*/
function
bbp_get_title_max_length(
$default
= 80 ) {
// Filter & return
return
(int) apply_filters(
'bbp_get_title_max_length'
, (int) get_option(
'_bbp_title_max_length'
,
$default
) );
}
/**
* Output the number of minutes a topic
or
reply can be edited after it's
* published. Used by `bbp_past_edit_lock()`.
*