Advertisement
Guest User

Untitled

a guest
Feb 20th, 2017
53
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. // Load translation files from your child theme instead of the parent theme
  2. function my_child_theme_locale() {
  3. load_child_theme_textdomain( 'blablator', get_stylesheet_directory() . '/languages' );
  4. }
  5. add_action( 'after_setup_theme', 'my_child_theme_locale' );
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement