Skip to content

Instantly share code, notes, and snippets.

@sowich
Created April 21, 2016 09:21
Show Gist options
  • Save sowich/059db5e84884a18ab140729ad16b1514 to your computer and use it in GitHub Desktop.
Save sowich/059db5e84884a18ab140729ad16b1514 to your computer and use it in GitHub Desktop.
AllInSeo Title
add_filter('aioseop_title', 'sowich_title', 10, 2);
function sowich_title($title, $id = null){return implode(' | ', array_diff(array_map('trim', explode('|', $title)), ['', null, ' ']));}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment