Skip to content

Instantly share code, notes, and snippets.

@agusmu
Created August 13, 2013 08:01
Show Gist options
  • Save agusmu/6218871 to your computer and use it in GitHub Desktop.
Save agusmu/6218871 to your computer and use it in GitHub Desktop.
PrimaShop - support child theme localization
add_action( 'after_setup_theme', 'primashop_load_childtheme_languages', 5 );
function primashop_load_childtheme_languages() {
/* this theme supports localization */
load_child_theme_textdomain( 'primathemes', THEME_DIR . '/languages' );
}
@agusmu
Copy link
Author

agusmu commented Sep 28, 2013

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment