Skip to content

Instantly share code, notes, and snippets.

@wpmu-authors
Created April 28, 2022 18:37
Show Gist options
  • Save wpmu-authors/b4c708c0ab8798009c201a0bfe1919be to your computer and use it in GitHub Desktop.
Save wpmu-authors/b4c708c0ab8798009c201a0bfe1919be to your computer and use it in GitHub Desktop.
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