Code đa ngôn ngữ cho plugin polylang

Chèn đa ngôn ngữ vào bất kì chỗ nào trên website:

if( get_locale() == 'en_US' ) {
//code ở đây
  }else{
//code ở đây
 }

https://wordpress.stackexchange.com/questions/140387/get-locale-behaving-strange-in-same-functions-php-file

Leave a Reply

Your email address will not be published. Required fields are marked *