Skip to content

Instantly share code, notes, and snippets.

@bluvertigo
Last active September 29, 2017 07:25
Show Gist options
  • Save bluvertigo/749540f696be7481b109 to your computer and use it in GitHub Desktop.
Save bluvertigo/749540f696be7481b109 to your computer and use it in GitHub Desktop.
Caricare file delle lingue nel child - traduzione tema child / change lang
function themename_setup() {
load_theme_textdomain('woothemes', get_stylesheet_directory().'/lang');
}
themename_setup();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment