Created
April 28, 2022 18:37
-
-
Save wpmu-authors/b4c708c0ab8798009c201a0bfe1919be to your computer and use it in GitHub Desktop.
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
function wpmu_translation() { | |
load_child_theme_textdomain( 'wpmu-theme', get_stylesheet_directory() . '/languages' ); | |
} | |
add_action( 'after_setup_theme', 'wpmu_translation' ); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment