Tag Archives: theme_locale

load_theme_textdomain

Loads the theme’s translated strings.If the current locale exists as a .mo file in the theme’s root directory, it will be included in the translated strings by the $domain.

2293

Continue reading

load_child_theme_textdomain

Loads the child themes translated strings.If the current locale exists as a .mo file in the child themes root directory, it will be included in the translated strings by the $domain.

2279

Continue reading