Skip to content

Instantly share code, notes, and snippets.

View zalog's full-sized avatar
🏠
Working from home

Catalin Zalog zalog

🏠
Working from home
View GitHub Profile
@zalog
zalog / functions.php
Created January 30, 2018 09:23
wordpress: change language for theme only
<?php
// load default translated strings based on locale
load_default_textdomain();
// theme translated strings, modify as you need
load_theme_textdomain( 'zatheme', get_template_directory() . '/languages' );