Wordpress - Custom Theme Development
Which function is used to make a string translatable in a WordPress theme without immediately displaying it?
__() returns the translated string without printing it, while _e() echoes it immediately.__() is the correct choice.15+ quiz questions · All difficulty levels · Free
Free Signup - Practice All Questions