Set default topic title to max 70 instead of 80
-
I was searching for an option to set the max topic length to 70 instead of default 80.
Now I think I’ve found the code inside the (Core files) bbp-core-options.php but I can’t change the core files because it will be overwritten when bbPRess updates.
So how could I place a filter? inside my functions.php to do this?
Just like this? (copy-/paste)
function bbp_title_max_length( $default = '70' ) {
echo bbp_get_title_max_length( $default );
}
Viewing 6 replies - 1 through 6 (of 6 total)
Viewing 6 replies - 1 through 6 (of 6 total)
- You must be logged in to reply to this topic.