HEX
Server: Apache
System: Linux webd001.cluster127.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: mciraet (192513)
PHP: 8.2.31
Disabled: _dyuweyrj4,_dyuweyrj4r,dl
Upload Files
File: /home/mciraet/www/wp-content/plugins/polylang-pro/src/modules/Site_Health/load.php
<?php
/**
 * Loads the site health.
 *
 * @package Polylang-Pro
 */

use WP_Syntex\Polylang_Pro\Modules\Site_Health\Info;

defined( 'ABSPATH' ) || exit;

if ( $polylang instanceof PLL_Admin && $polylang->model->has_languages() ) {
	$polylang->site_health_pro = new Info();
}