HEX
Server: Apache/2.4.65 (Debian)
System: Linux 88f31f35b0b8 6.1.0-38-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.147-1 (2025-08-02) x86_64
User: www-data (33)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/plugins/microsoft-start/variable.php
<?php
// © Microsoft Corporation. All rights reserved.

if (!function_exists('get_plugin_data')) {
    require_once(ABSPATH . 'wp-admin/includes/plugin.php');
}

define('MSPH_PLUGIN_VERSION', get_plugin_data(WP_PLUGIN_DIR . '/microsoft-start/index.php')['Version']);
define('MSPH_WP_VERSION', get_bloginfo('version'));

define('MSPH_WP_LANG', (function () {
    $json_string = file_get_contents(WP_PLUGIN_DIR . '/microsoft-start/languages/languageMap.json'); 
    $lang_map = json_decode($json_string, true);
    $wp_lang = get_bloginfo('language');
    $msph_lang = isset($lang_map[$wp_lang])
        ? $lang_map[$wp_lang]
        : 'en-us';
    return $msph_lang;
})());
define('MSPH_SERVICE_URL', 'https://api.msn.com/msn/v0/pages/ugc/');
define('MSPH_OCID_APIKEY_QSP', '&ocid=msphwp&apikey=gHQ2BwVMjFj69uWfDdkunIHHUbDtKBzEBAkG1xOQrp');