EduardET

Extra :: Load translation files

Feb 16th, 2018
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.42 KB | None | 0 0
  1. /*================================================
  2. #Load the translations from the child theme folder
  3. ================================================*/
  4. function wpcninja_translation() {
  5.     load_child_theme_textdomain( 'extra', get_stylesheet_directory() . '/lang/theme/' );
  6.     load_child_theme_textdomain( 'et_builder', get_stylesheet_directory() . '/lang/builder/' );
  7. }
  8. add_action( 'after_setup_theme', 'wpcninja_translation' );
Advertisement
Add Comment
Please, Sign In to add comment