Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*================================================
- #Load the translations from the child theme folder
- ================================================*/
- function wpcninja_translation() {
- load_child_theme_textdomain( 'extra', get_stylesheet_directory() . '/lang/theme/' );
- load_child_theme_textdomain( 'et_builder', get_stylesheet_directory() . '/lang/builder/' );
- }
- add_action( 'after_setup_theme', 'wpcninja_translation' );
Advertisement
Add Comment
Please, Sign In to add comment