WordPress April 30, 2020 bbPress – Remove ‘Private:’ from title Just adding to functions.php of themes.add_filter( 'private_title_format', function(){ return '%s'; });