Skip to content

Instantly share code, notes, and snippets.

@tomharrigan
Created February 7, 2014 21:16
Show Gist options
  • Select an option

  • Save tomharrigan/8872007 to your computer and use it in GitHub Desktop.

Select an option

Save tomharrigan/8872007 to your computer and use it in GitHub Desktop.
function title_format($content) {
return '%s';
}
add_filter('private_title_format', 'title_format');
add_filter('protected_title_format', 'title_format');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment