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


Top ↑

Return Return

(int) Is anonymous posting allowed?


Top ↑

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 ) );
	}

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.