Avalon98 (@avalon98)

Forum Replies Created

Viewing 1 replies (of 1 total)
  • In reply to: bbPress 2.5.8

    @avalon98

    Participant

    Curious… the solution:

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

    used to work for taking off the “Private” suffix for my Private forums… now it’s not working since the upgrade… any solutions??

Viewing 1 replies (of 1 total)