get_current_language(); return in_array( $currentLang, [ 'all', null ], true ) ? getSitePress()->get_default_language() : $currentLang; } }