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


Top ↑

Source Source

File: includes/core/options.php

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

Top ↑

Changelog Changelog

Changelog
Version Description
2.0.0 Introduced.

Top ↑

User Contributed Notes User Contributed Notes

You must log in before being able to contribute a note or feedback.