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