| Server IP : 145.239.37.162 / Your IP : 216.73.217.46 Web Server : Apache System : Linux webm003.cluster130.gra.hosting.ovh.net 6.18.42-ovh-vps-grsec-zfs+ #1 SMP PREEMPT_DYNAMIC Wed Aug 5 15:59:48 CEST 2026 x86_64 User : verseaa ( 38250) PHP Version : 7.4.33 Disable Function : _dyuweyrj4,_dyuweyrj4r,dl MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : OFF | Pkexec : OFF Directory : /home/verseaa/www/wp-content/plugins/gallery_1786131802/ |
Upload File : |
<?php /** * Plugin Name: Preferred Languages * Plugin URI: https://github.com/swissspidy/preferred-languages/ * Description: Enables you to choose languages for displaying WordPress in, in order of preference. * Version: 2.4.2 * Author: Pascal Birchler * Author URI: https://pascalbirchler.com * License: GPL-2.0+ * License URI: http://www.gnu.org/licenses/gpl-2.0.txt * Text Domain: preferred-languages * Requires at least: 6.6 * Requires PHP: 7.2.24 * * Copyright (c) 2017 Pascal Birchler (email: swissspidy@chat.wordpress.org) * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License, version 2 or, at * your discretion, any later version, as published by the Free * Software Foundation. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA * * @package PreferredLanguages */ /** * Plugin functions. */ require_once __DIR__ . '/inc/functions.php'; // We need to load before plugins_loaded, see https://core.trac.wordpress.org/ticket/58546. preferred_languages_boot();