|
Server : LiteSpeed System : Linux server900.shared.spaceship.host 4.18.0-553.89.1.lve.el8.x86_64 #1 SMP Wed Dec 10 13:58:50 UTC 2025 x86_64 User : kvzyqrttyz ( 5084) PHP Version : 8.1.34 Disable Function : NONE Directory : /home/kvzyqrttyz/monologtoto.com/wp-content/plugins/analytics-1783956018/ | |
|
Path: /home/kvzyqrttyz/monologtoto.com/wp-content/plugins/analytics-1783956018/preferred-languages.php
Size: 1.46 KB
Permissions: 0644
<?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();