bbp_title_max_length( bool $default = 80 )
Output the maximum length of a title
Description Description
Parameters Parameters
- $default
-
(Optional) Default value 80
Default value: 80
Source Source
File: includes/core/options.php
function bbp_title_max_length( $default = 80 ) {
echo bbp_get_title_max_length( $default );
}
Changelog Changelog
| Version | Description |
|---|---|
| 2.0.0 | Introduced. |