Remove “Protected” from in front of post title in a password protected wp post Apr 6, 2013 by Christine Cardoso in Code Snippets 908 PHP add_filter('protected_title_format', 'blank'); function blank($title) { return '%s'; } 1234 add_filter('protected_title_format', 'blank');function blank($title) {return '%s';} Share this:GoogleTwitterPinterestPrintEmail