Last active
November 9, 2016 11:31
-
-
Save sergeliatko/c71ca60b732860bbcb4e0cd1d1bcfdc5 to your computer and use it in GitHub Desktop.
Load child theme text domain in Genesis using a filter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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