HEX
Server: Apache
System: Linux WWW 6.1.0-40-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.153-1 (2025-09-20) x86_64
User: web11 (1011)
PHP: 8.2.29
Disabled: NONE
Upload Files
File: /var/www/biblioteka/wp-content/plugins/qtranslate-xt-3.15.2/src/modules/wp-seo/loader.php
<?php
// module for Yoast SEO

if ( ! defined( 'ABSPATH' ) ) {
    exit;
}

function qtranxf_wpseo_init_language( array $url_info ): void {
    if ( $url_info['doing_front_end'] ) {
        require_once __DIR__ . '/wp-seo-front.php';
    } else {
        require_once __DIR__ . '/wp-seo-admin.php';
    }
}

add_action( 'qtranslate_init_language', 'qtranxf_wpseo_init_language' );