WordPress

bbPress – Remove ‘Private:’ from title

Just adding to functions.php of themes.

add_filter( 'private_title_format', function(){ return '%s'; });