Skip to content

Instantly share code, notes, and snippets.

@kurosuke
Created November 18, 2018 07:37
Show Gist options
  • Save kurosuke/083179914907a35700987b8e8d625e23 to your computer and use it in GitHub Desktop.
Save kurosuke/083179914907a35700987b8e8d625e23 to your computer and use it in GitHub Desktop.
function title_save_pre($title) {
return mb_convert_kana($title, 'as')
}
add_filter('title_save_pre', 'title_save_pre', 99);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment