bbp_get_title_max_length( bool $default = 80 )
Return the maximum length of a title
Description Description
Parameters Parameters
- $default
-
(Optional) Default value 80
Default value: 80
Return Return
(int) Is anonymous posting allowed?
Source Source
File: includes/core/options.php
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 ) ); }
Changelog Changelog
Version | Description |
---|---|
2.0.0 | Introduced. |