【ワードプレス】サイトのタイトルを他言語化する方法
add_filter( 'option_blogname', function($blogname) { | |
return __($blogname, 'theme_textdomain'); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment