Skip to content

Instantly share code, notes, and snippets.

@zzfortezz
Last active September 21, 2018 04:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save zzfortezz/77500ee9ea73ac21c48d6539453b755e to your computer and use it in GitHub Desktop.
Save zzfortezz/77500ee9ea73ac21c48d6539453b755e to your computer and use it in GitHub Desktop.
Get default language of sub-site Wordpress multisite
<?php
subsites = get_sites();
foreach( $subsites as $subsite ):
switch_to_blog( $subsite->blog_id );
$default_lang = pll_default_language();
restore_current_blog();
endforeach;
@nguyenvanduocit
Copy link

Sai tên biến kìa

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment