Skip to content

Instantly share code, notes, and snippets.

@amElnagdy
Created May 19, 2016 00:03
Show Gist options
  • Save amElnagdy/ee675d610e49e5407ea36f971cd0fbc5 to your computer and use it in GitHub Desktop.
Save amElnagdy/ee675d610e49e5407ea36f971cd0fbc5 to your computer and use it in GitHub Desktop.
function setup_theme(){
load_theme_textdomain('theme_text_domain', get_template_directory() . '/languages');
}
add_action('after_setup_theme', 'setup_theme');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment