Skip to content

Instantly share code, notes, and snippets.

@sergeliatko
Last active November 9, 2016 11:31
Show Gist options
  • Save sergeliatko/c71ca60b732860bbcb4e0cd1d1bcfdc5 to your computer and use it in GitHub Desktop.
Save sergeliatko/c71ca60b732860bbcb4e0cd1d1bcfdc5 to your computer and use it in GitHub Desktop.
Load child theme text domain in Genesis using a filter
/* LOAD TEXT DOMAIN */
load_child_theme_textdomain(
'sergeliatko',
apply_filters(
'child_theme_textdomain',
get_stylesheet_directory() . '/languages',
'sergeliatko'
)
);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment