bbp_title_max_length( $default = 80 )

Output the maximum length of a title

Description

Parameters

$default

(Optional) bool Optional. Default value 80

Default value: 80

Source

File: bp-forums/core/options.php

372
373
374
function bbp_title_max_length( $default = 80 ) {
    echo bbp_get_title_max_length( $default );
}

Changelog

Changelog
Version Description
bbPress (r3246) Introduced.

Questions?

We're always happy to help with code or other questions you might have! Search our developer docs, contact support, or connect with our sales team.