Done ! 403WebShell
403Webshell
Server IP : 162.0.217.223  /  Your IP : 216.73.216.168
Web Server : LiteSpeed
System : Linux premium269.web-hosting.com 4.18.0-553.lve.el8.x86_64 #1 SMP Mon May 27 15:27:34 UTC 2024 x86_64
User : mypckeys ( 1539)
PHP Version : 8.1.33
Disable Function : NONE
MySQL : OFF  |  cURL : ON  |  WGET : ON  |  Perl : ON  |  Python : ON  |  Sudo : OFF  |  Pkexec : OFF
Directory :  /home/mypckeys/www/wp-content/plugins/seo-by-rank-math/includes/helpers/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Command :


[ Back ]     

Current File : /home/mypckeys/www/wp-content/plugins/seo-by-rank-math/includes/helpers/class-security.php
<?php
/**
 * The Security wrappers.
 *
 * @since      1.0.41.3
 * @package    RankMath
 * @subpackage RankMath\Helpers
 * @author     Rank Math <support@rankmath.com>
 */

namespace RankMath\Helpers;

defined( 'ABSPATH' ) || exit;

/**
 * Security class.
 */
class Security {

	/**
	 * Add query arg
	 *
	 * @param mixed ...$args Array of arguments.
	 *
	 * @return string
	 */
	public static function add_query_arg( ...$args ) {
		return esc_url( add_query_arg( ...$args ) );
	}

	/**
	 * Add query arg
	 *
	 * @param mixed ...$args Array of arguments.
	 *
	 * @return string
	 */
	public static function add_query_arg_raw( ...$args ) {
		return esc_url_raw( add_query_arg( ...$args ) );
	}

	/**
	 * Removes an item or items from a query string.
	 *
	 * @param string|array   $key    (Required) Query key or keys to remove.
	 * @param string|boolean $query  When false uses the current URL.
	 *
	 * @return string
	 */
	public static function remove_query_arg( $key, $query = false ) {
		return esc_url( remove_query_arg( $key, $query ) );
	}

	/**
	 * Removes an item or items from a query string.
	 *
	 * @param string|array   $key    (Required) Query key or keys to remove.
	 * @param string|boolean $query  When false uses the current URL.
	 *
	 * @return string
	 */
	public static function remove_query_arg_raw( $key, $query = false ) {
		return esc_url_raw( remove_query_arg( $key, $query ) );
	}
}

Youez - 2016 - github.com/yon3zu
LinuXploit